Shades of Dodger Blue #039EFA
Tints of Dodger Blue #039EFA
RGB
CMYK
RGB Variations
Color information
#039EFA (or 0x039EFA) is known color: Dodger Blue. HEX triplet: 03, 9E and FA. RGB value is (3,158,250). Sum of RGB (Red+Green+Blue) = 3+158+250=411 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #039EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EFA is #FC6105. Grayscale: #797979. Windows color (decimal): -16539910 or 16424451. OLE color: 16424451.
HSL color Cylindrical-coordinate representation of color #039EFA: hue angle of 202.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EFA is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 158 | 250 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.02 |
| HSL | 202.35º | 0.98% | 0.5% | - |
| HSV(B) | 202.35º | 0.99% | 0.98% | - |
| XYZ | 29.52 | 31.38 | 94.94 | - |
| YUV | 122.14 | 200.15 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 250 | 0.99 | 0.37 | 0 | 0.02 | 202.35 | 0.98 | 0.5 |
| Hex | 3 | 9E | FA | 63 | 25 | 0 | 2 | CA | 62 | 32 |
| Octal | 3 | 236 | 372 | 143 | 45 | 0 | 2 | 312 | 142 | 62 |
| Binary | 11 | 10011110 | 11111010 | 1100011 | 100101 | 0 | 10 | 11001010 | 1100010 | 110010 |
Color Harmonies of #039EFA
Complementary color
Monochromatic Colors of #039EFA
Black with #039EFA
Text Example
Text Example
White with #039EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EFA; }
p { color: rgb(3,158,250); }
H1.HeaderClassName
{
color: #039EFA;
}
.AnyTagClassName
{
color: #039EFA;
}
</style>
background-color css
<style>
a { background-color: #039EFA; }
a { background-color: rgb(3,158,250); }
div.DivClassName
{
background-color: #039EFA;
}
.BgClassName
{
background-color: #039EFA;
}
</style>
border-color css
<style>
span { border-color: #039EFA; }
span { border-color: rgb(3,158,250); }
td.TdClassName
{
border-color: #039EFA;
}
.TagClassName
{
border-color: #039EFA;
}
</style>