Shades of Dodger Blue #039EFF
Tints of Dodger Blue #039EFF
RGB
CMYK
RGB Variations
Color information
#039EFF (or 0x039EFF) is known color: Dodger Blue. HEX triplet: 03, 9E and FF. RGB value is (3,158,255). Sum of RGB (Red+Green+Blue) = 3+158+255=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #039EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EFF is #FC6100. Grayscale: #7A7A7A. Windows color (decimal): -16539905 or 16752131. OLE color: 16752131.
HSL color Cylindrical-coordinate representation of color #039EFF: hue angle of 203.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EFF is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 158 | 255 | - |
| CMYK | 0.99 | 0.38 | 0 | 0 |
| HSL | 203.1º | 1% | 0.51% | - |
| HSV(B) | 203.1º | 0.99% | 1% | - |
| XYZ | 30.31 | 31.69 | 99.13 | - |
| YUV | 122.71 | 202.65 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 255 | 0.99 | 0.38 | 0 | 0 | 203.1 | 1 | 0.51 |
| Hex | 3 | 9E | FF | 63 | 26 | 0 | 0 | CB | 64 | 33 |
| Octal | 3 | 236 | 377 | 143 | 46 | 0 | 0 | 313 | 144 | 63 |
| Binary | 11 | 10011110 | 11111111 | 1100011 | 100110 | 0 | 0 | 11001011 | 1100100 | 110011 |
Color Harmonies of #039EFF
Complementary color
Monochromatic Colors of #039EFF
Black with #039EFF
Text Example
Text Example
White with #039EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EFF; }
p { color: rgb(3,158,255); }
H1.HeaderClassName
{
color: #039EFF;
}
.AnyTagClassName
{
color: #039EFF;
}
</style>
background-color css
<style>
a { background-color: #039EFF; }
a { background-color: rgb(3,158,255); }
div.DivClassName
{
background-color: #039EFF;
}
.BgClassName
{
background-color: #039EFF;
}
</style>
border-color css
<style>
span { border-color: #039EFF; }
span { border-color: rgb(3,158,255); }
td.TdClassName
{
border-color: #039EFF;
}
.TagClassName
{
border-color: #039EFF;
}
</style>