Shades of Dodger Blue #039EF6
Tints of Dodger Blue #039EF6
RGB
CMYK
RGB Variations
Color information
#039EF6 (or 0x039EF6) is known color: Dodger Blue. HEX triplet: 03, 9E and F6. RGB value is (3,158,246). Sum of RGB (Red+Green+Blue) = 3+158+246=407 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #039EF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EF6 is #FC6109. Grayscale: #797979. Windows color (decimal): -16539914 or 16162307. OLE color: 16162307.
HSL color Cylindrical-coordinate representation of color #039EF6: hue angle of 201.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EF6 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 158 | 246 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.04 |
| HSL | 201.73º | 0.98% | 0.49% | - |
| HSV(B) | 201.73º | 0.99% | 0.96% | - |
| XYZ | 28.9 | 31.13 | 91.67 | - |
| YUV | 121.69 | 198.15 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 246 | 0.99 | 0.36 | 0 | 0.04 | 201.73 | 0.98 | 0.49 |
| Hex | 3 | 9E | F6 | 63 | 24 | 0 | 4 | CA | 62 | 31 |
| Octal | 3 | 236 | 366 | 143 | 44 | 0 | 4 | 312 | 142 | 61 |
| Binary | 11 | 10011110 | 11110110 | 1100011 | 100100 | 0 | 100 | 11001010 | 1100010 | 110001 |
Color Harmonies of #039EF6
Complementary color
Monochromatic Colors of #039EF6
Black with #039EF6
Text Example
Text Example
White with #039EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EF6; }
p { color: rgb(3,158,246); }
H1.HeaderClassName
{
color: #039EF6;
}
.AnyTagClassName
{
color: #039EF6;
}
</style>
background-color css
<style>
a { background-color: #039EF6; }
a { background-color: rgb(3,158,246); }
div.DivClassName
{
background-color: #039EF6;
}
.BgClassName
{
background-color: #039EF6;
}
</style>
border-color css
<style>
span { border-color: #039EF6; }
span { border-color: rgb(3,158,246); }
td.TdClassName
{
border-color: #039EF6;
}
.TagClassName
{
border-color: #039EF6;
}
</style>