Shades of Dodger Blue #039EFE
Tints of Dodger Blue #039EFE
RGB
CMYK
RGB Variations
Color information
#039EFE (or 0x039EFE) is known color: Dodger Blue. HEX triplet: 03, 9E and FE. RGB value is (3,158,254). Sum of RGB (Red+Green+Blue) = 3+158+254=415 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #039EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EFE is #FC6101. Grayscale: #7A7A7A. Windows color (decimal): -16539906 or 16686595. OLE color: 16686595.
HSL color Cylindrical-coordinate representation of color #039EFE: hue angle of 202.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EFE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 158 | 254 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.00 |
| HSL | 202.95º | 0.99% | 0.5% | - |
| HSV(B) | 202.95º | 0.99% | 1% | - |
| XYZ | 30.15 | 31.63 | 98.28 | - |
| YUV | 122.6 | 202.15 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 254 | 0.99 | 0.38 | 0 | 0.00 | 202.95 | 0.99 | 0.5 |
| Hex | 3 | 9E | FE | 63 | 26 | 0 | 0 | CB | 63 | 32 |
| Octal | 3 | 236 | 376 | 143 | 46 | 0 | 0 | 313 | 143 | 62 |
| Binary | 11 | 10011110 | 11111110 | 1100011 | 100110 | 0 | 0 | 11001011 | 1100011 | 110010 |
Color Harmonies of #039EFE
Complementary color
Monochromatic Colors of #039EFE
Black with #039EFE
Text Example
Text Example
White with #039EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EFE; }
p { color: rgb(3,158,254); }
H1.HeaderClassName
{
color: #039EFE;
}
.AnyTagClassName
{
color: #039EFE;
}
</style>
background-color css
<style>
a { background-color: #039EFE; }
a { background-color: rgb(3,158,254); }
div.DivClassName
{
background-color: #039EFE;
}
.BgClassName
{
background-color: #039EFE;
}
</style>
border-color css
<style>
span { border-color: #039EFE; }
span { border-color: rgb(3,158,254); }
td.TdClassName
{
border-color: #039EFE;
}
.TagClassName
{
border-color: #039EFE;
}
</style>