#278cde

Color #278CDE Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #278CDE

Tints of Dodger Blue #278CDE

Color information

#278CDE (or 0x278CDE) is unknown color: approx Dodger Blue. HEX triplet: 27, 8C and DE. RGB value is (39,140,222). Sum of RGB (Red+Green+Blue) = 39+140+222=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #278CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278CDE is #D87321. Grayscale: #767676. Windows color (decimal): -14185250 or 14584871. OLE color: 14584871.

HSL color Cylindrical-coordinate representation of color #278CDE: hue angle of 206.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278CDE is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB39140222-
CMYK0.820.3700.13
HSL206.89º73.49%51.18%-
HSV(B)206.89º82.43%87.06%-
XYZ23.424.4672.6-
YUV119.15186.0470.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 9.73%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 222 (87.11% from 255) = 55.36%
R=9.73%
G=34.91%
B=55.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal391402220.820.3700.13206.8973.4951.18
Hex278CDE52250Dcf4933
Octal472143361224501531711163
Binary1001111000110011011110101001010010101101110011111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278cde; }

 p { color: rgb(39,140,222); }

 H1.HeaderClassName
 {
   color: #278cde;
 }
 .AnyTagClassName
 {
   color: #278cde;
 }
</style>
background-color css

<style>
 a { background-color: #278cde; }

 a { background-color: rgb(39,140,222); }

 div.DivClassName
 {
   background-color: #278cde;
 }
 .BgClassName
 {
   background-color: #278cde;
 }
</style>
border-color css

<style>
 span { border-color: #278cde; }

 span { border-color: rgb(39,140,222); }

 td.TdClassName
 {
   border-color: #278cde;
 }
 .TagClassName
 {
   border-color: #278cde;
 }
</style>