Shades of Dodger Blue #039EEE
Tints of Dodger Blue #039EEE
RGB
CMYK
RGB Variations
Color information
#039EEE (or 0x039EEE) is known color: Dodger Blue. HEX triplet: 03, 9E and EE. RGB value is (3,158,238). Sum of RGB (Red+Green+Blue) = 3+158+238=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #039EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EEE is #FC6111. Grayscale: #787878. Windows color (decimal): -16539922 or 15638019. OLE color: 15638019.
HSL color Cylindrical-coordinate representation of color #039EEE: hue angle of 200.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EEE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 158 | 238 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.07 |
| HSL | 200.43º | 0.98% | 0.47% | - |
| HSV(B) | 200.43º | 0.99% | 0.93% | - |
| XYZ | 27.7 | 30.65 | 85.34 | - |
| YUV | 120.78 | 194.15 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 238 | 0.99 | 0.34 | 0 | 0.07 | 200.43 | 0.98 | 0.47 |
| Hex | 3 | 9E | EE | 63 | 22 | 0 | 7 | C8 | 62 | 2F |
| Octal | 3 | 236 | 356 | 143 | 42 | 0 | 7 | 310 | 142 | 57 |
| Binary | 11 | 10011110 | 11101110 | 1100011 | 100010 | 0 | 111 | 11001000 | 1100010 | 101111 |
Color Harmonies of #039EEE
Complementary color
Monochromatic Colors of #039EEE
Black with #039EEE
Text Example
Text Example
White with #039EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EEE; }
p { color: rgb(3,158,238); }
H1.HeaderClassName
{
color: #039EEE;
}
.AnyTagClassName
{
color: #039EEE;
}
</style>
background-color css
<style>
a { background-color: #039EEE; }
a { background-color: rgb(3,158,238); }
div.DivClassName
{
background-color: #039EEE;
}
.BgClassName
{
background-color: #039EEE;
}
</style>
border-color css
<style>
span { border-color: #039EEE; }
span { border-color: rgb(3,158,238); }
td.TdClassName
{
border-color: #039EEE;
}
.TagClassName
{
border-color: #039EEE;
}
</style>