Shades of Dodger Blue #039DEE
Tints of Dodger Blue #039DEE
RGB
CMYK
RGB Variations
Color information
#039DEE (or 0x039DEE) is known color: Dodger Blue. HEX triplet: 03, 9D and EE. RGB value is (3,157,238). Sum of RGB (Red+Green+Blue) = 3+157+238=398 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #039DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039DEE is #FC6211. Grayscale: #777777. Windows color (decimal): -16540178 or 15637763. OLE color: 15637763.
HSL color Cylindrical-coordinate representation of color #039DEE: hue angle of 200.68º 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 #039DEE is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 157 | 238 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.07 |
| HSL | 200.68º | 0.98% | 0.47% | - |
| HSV(B) | 200.68º | 0.99% | 0.93% | - |
| XYZ | 27.53 | 30.31 | 85.29 | - |
| YUV | 120.19 | 194.48 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 238 | 0.99 | 0.34 | 0 | 0.07 | 200.68 | 0.98 | 0.47 |
| Hex | 3 | 9D | EE | 63 | 22 | 0 | 7 | C9 | 62 | 2F |
| Octal | 3 | 235 | 356 | 143 | 42 | 0 | 7 | 311 | 142 | 57 |
| Binary | 11 | 10011101 | 11101110 | 1100011 | 100010 | 0 | 111 | 11001001 | 1100010 | 101111 |
Color Harmonies of #039DEE
Complementary color
Monochromatic Colors of #039DEE
Black with #039DEE
Text Example
Text Example
White with #039DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039DEE; }
p { color: rgb(3,157,238); }
H1.HeaderClassName
{
color: #039DEE;
}
.AnyTagClassName
{
color: #039DEE;
}
</style>
background-color css
<style>
a { background-color: #039DEE; }
a { background-color: rgb(3,157,238); }
div.DivClassName
{
background-color: #039DEE;
}
.BgClassName
{
background-color: #039DEE;
}
</style>
border-color css
<style>
span { border-color: #039DEE; }
span { border-color: rgb(3,157,238); }
td.TdClassName
{
border-color: #039DEE;
}
.TagClassName
{
border-color: #039DEE;
}
</style>