Shades of Dodger Blue #039EEF
Tints of Dodger Blue #039EEF
RGB
CMYK
RGB Variations
Color information
#039EEF (or 0x039EEF) is known color: Dodger Blue. HEX triplet: 03, 9E and EF. RGB value is (3,158,239). Sum of RGB (Red+Green+Blue) = 3+158+239=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #039EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EEF is #FC6110. Grayscale: #787878. Windows color (decimal): -16539921 or 15703555. OLE color: 15703555.
HSL color Cylindrical-coordinate representation of color #039EEF: hue angle of 200.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EEF is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 158 | 239 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.06 |
| HSL | 200.59º | 0.98% | 0.47% | - |
| HSV(B) | 200.59º | 0.99% | 0.94% | - |
| XYZ | 27.84 | 30.71 | 86.12 | - |
| YUV | 120.89 | 194.65 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 239 | 0.99 | 0.34 | 0 | 0.06 | 200.59 | 0.98 | 0.47 |
| Hex | 3 | 9E | EF | 63 | 22 | 0 | 6 | C9 | 62 | 2F |
| Octal | 3 | 236 | 357 | 143 | 42 | 0 | 6 | 311 | 142 | 57 |
| Binary | 11 | 10011110 | 11101111 | 1100011 | 100010 | 0 | 110 | 11001001 | 1100010 | 101111 |
Color Harmonies of #039EEF
Complementary color
Monochromatic Colors of #039EEF
Black with #039EEF
Text Example
Text Example
White with #039EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EEF; }
p { color: rgb(3,158,239); }
H1.HeaderClassName
{
color: #039EEF;
}
.AnyTagClassName
{
color: #039EEF;
}
</style>
background-color css
<style>
a { background-color: #039EEF; }
a { background-color: rgb(3,158,239); }
div.DivClassName
{
background-color: #039EEF;
}
.BgClassName
{
background-color: #039EEF;
}
</style>
border-color css
<style>
span { border-color: #039EEF; }
span { border-color: rgb(3,158,239); }
td.TdClassName
{
border-color: #039EEF;
}
.TagClassName
{
border-color: #039EEF;
}
</style>