Shades of Dodger Blue #039EEB
Tints of Dodger Blue #039EEB
RGB
CMYK
RGB Variations
Color information
#039EEB (or 0x039EEB) is known color: Dodger Blue. HEX triplet: 03, 9E and EB. RGB value is (3,158,235). Sum of RGB (Red+Green+Blue) = 3+158+235=396 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #039EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039EEB is #FC6114. Grayscale: #777777. Windows color (decimal): -16539925 or 15441411. OLE color: 15441411.
HSL color Cylindrical-coordinate representation of color #039EEB: hue angle of 199.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039EEB is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 158 | 235 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.08 |
| HSL | 199.91º | 0.97% | 0.47% | - |
| HSV(B) | 199.91º | 0.99% | 0.92% | - |
| XYZ | 27.26 | 30.47 | 83.04 | - |
| YUV | 120.43 | 192.65 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 235 | 0.99 | 0.33 | 0 | 0.08 | 199.91 | 0.97 | 0.47 |
| Hex | 3 | 9E | EB | 63 | 21 | 0 | 8 | C8 | 61 | 2F |
| Octal | 3 | 236 | 353 | 143 | 41 | 0 | 10 | 310 | 141 | 57 |
| Binary | 11 | 10011110 | 11101011 | 1100011 | 100001 | 0 | 1000 | 11001000 | 1100001 | 101111 |
Color Harmonies of #039EEB
Complementary color
Monochromatic Colors of #039EEB
Black with #039EEB
Text Example
Text Example
White with #039EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039EEB; }
p { color: rgb(3,158,235); }
H1.HeaderClassName
{
color: #039EEB;
}
.AnyTagClassName
{
color: #039EEB;
}
</style>
background-color css
<style>
a { background-color: #039EEB; }
a { background-color: rgb(3,158,235); }
div.DivClassName
{
background-color: #039EEB;
}
.BgClassName
{
background-color: #039EEB;
}
</style>
border-color css
<style>
span { border-color: #039EEB; }
span { border-color: rgb(3,158,235); }
td.TdClassName
{
border-color: #039EEB;
}
.TagClassName
{
border-color: #039EEB;
}
</style>