Shades of Dodger Blue #278EDD
Tints of Dodger Blue #278EDD
RGB
CMYK
RGB Variations
Color information
#278EDD (or 0x278EDD) is known color: Dodger Blue. HEX triplet: 27, 8E and DD. RGB value is (39,142,221). Sum of RGB (Red+Green+Blue) = 39+142+221=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #278EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278EDD is #D87122. Grayscale: #777777. Windows color (decimal): -14184739 or 14519847. OLE color: 14519847.
HSL color Cylindrical-coordinate representation of color #278EDD: hue angle of 206.04º 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 #278EDD is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 142 | 221 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.13 |
| HSL | 206.04º | 0.73% | 0.51% | - |
| HSV(B) | 206.04º | 0.82% | 0.87% | - |
| XYZ | 23.56 | 25 | 71.99 | - |
| YUV | 120.21 | 184.88 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 142 | 221 | 0.82 | 0.36 | 0 | 0.13 | 206.04 | 0.73 | 0.51 |
| Hex | 27 | 8E | DD | 52 | 24 | 0 | D | CE | 49 | 33 |
| Octal | 47 | 216 | 335 | 122 | 44 | 0 | 15 | 316 | 111 | 63 |
| Binary | 100111 | 10001110 | 11011101 | 1010010 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #278EDD
Complementary color
Monochromatic Colors of #278EDD
Black with #278EDD
Text Example
Text Example
White with #278EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278EDD; }
p { color: rgb(39,142,221); }
H1.HeaderClassName
{
color: #278EDD;
}
.AnyTagClassName
{
color: #278EDD;
}
</style>
background-color css
<style>
a { background-color: #278EDD; }
a { background-color: rgb(39,142,221); }
div.DivClassName
{
background-color: #278EDD;
}
.BgClassName
{
background-color: #278EDD;
}
</style>
border-color css
<style>
span { border-color: #278EDD; }
span { border-color: rgb(39,142,221); }
td.TdClassName
{
border-color: #278EDD;
}
.TagClassName
{
border-color: #278EDD;
}
</style>