Shades of Dodger Blue #278EDA
Tints of Dodger Blue #278EDA
RGB
CMYK
RGB Variations
Color information
#278EDA (or 0x278EDA) is known color: 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
| RGB | 39 | 142 | 218 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.15 |
| HSL | 205.47º | 0.71% | 0.5% | - |
| HSV(B) | 205.47º | 0.82% | 0.85% | - |
| XYZ | 23.16 | 24.84 | 69.9 | - |
| YUV | 119.87 | 183.38 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 218 | 0.82 | 0.35 | 0 | 0.15 | 205.47 | 0.71 | 0.5 |
| Hex | 27 | 8E | DA | 52 | 23 | 0 | F | CD | 47 | 32 |
| Octal | 47 | 216 | 332 | 122 | 43 | 0 | 17 | 315 | 107 | 62 |
| Binary | 100111 | 10001110 | 11011010 | 1010010 | 100011 | 0 | 1111 | 11001101 | 1000111 | 110010 |
Color Harmonies of #278EDA
Complementary color
Monochromatic Colors of #278EDA
Black with #278EDA
Text Example
Text Example
White with #278EDA
Text Example
Text Example
HTML Codes & Css Web 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>