#278EDA

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

Shades of Dodger Blue #278EDA

Tints of Dodger Blue #278EDA

Color information

#278EDA (or 0x278EDA) is unknown color: approx Dodger Blue. HEX triplet: 27, 8E and DA. RGB value is (39,142,218). Sum of RGB (Red+Green+Blue) = 39+142+218=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #278EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278EDA is #D87125. Grayscale: #777777. Windows color (decimal): -14184742 or 14323239. OLE color: 14323239.

HSL color Cylindrical-coordinate representation of color #278EDA: hue angle of 205.47º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #278EDA is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB39142218-
CMYK0.820.3500.15
HSL205.47º70.75%50.39%-
HSV(B)205.47º82.11%85.49%-
XYZ23.1624.8469.9-
YUV119.87183.3870.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.77%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 218 (85.55% from 255) = 54.64%
R=9.77%
G=35.59%
B=54.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal391422180.820.3500.15205.4770.7550.39
Hex278EDA52230Fcd4732
Octal472163321224301731510762
Binary1001111000111011011010101001010001101111110011011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,142,218); }

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

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

 a { background-color: rgb(39,142,218); }

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

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

 span { border-color: rgb(39,142,218); }

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