Shades of Dodger Blue #039EFC
Tints of Dodger Blue #039EFC
RGB
CMYK
RGB Variations
Color information
#039EFC (or 0x039EFC) is known color: Dodger Blue. HEX triplet: 03, 9E and FC. RGB value is (3,158,252). Sum of RGB (Red+Green+Blue) = 3+158+252=413 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #039EFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EFC is #FC6103. Grayscale: #797979. Windows color (decimal): -16539908 or 16555523. OLE color: 16555523.
HSL color Cylindrical-coordinate representation of color #039EFC: hue angle of 202.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EFC is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 158 | 252 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.01 |
| HSL | 202.65º | 0.98% | 0.5% | - |
| HSV(B) | 202.65º | 0.99% | 0.99% | - |
| XYZ | 29.84 | 31.5 | 96.6 | - |
| YUV | 122.37 | 201.15 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 252 | 0.99 | 0.37 | 0 | 0.01 | 202.65 | 0.98 | 0.5 |
| Hex | 3 | 9E | FC | 63 | 25 | 0 | 1 | CB | 62 | 32 |
| Octal | 3 | 236 | 374 | 143 | 45 | 0 | 1 | 313 | 142 | 62 |
| Binary | 11 | 10011110 | 11111100 | 1100011 | 100101 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #039EFC
Complementary color
Monochromatic Colors of #039EFC
Black with #039EFC
Text Example
Text Example
White with #039EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EFC; }
p { color: rgb(3,158,252); }
H1.HeaderClassName
{
color: #039EFC;
}
.AnyTagClassName
{
color: #039EFC;
}
</style>
background-color css
<style>
a { background-color: #039EFC; }
a { background-color: rgb(3,158,252); }
div.DivClassName
{
background-color: #039EFC;
}
.BgClassName
{
background-color: #039EFC;
}
</style>
border-color css
<style>
span { border-color: #039EFC; }
span { border-color: rgb(3,158,252); }
td.TdClassName
{
border-color: #039EFC;
}
.TagClassName
{
border-color: #039EFC;
}
</style>