Shades of Dodger Blue #039BEC
Tints of Dodger Blue #039BEC
RGB
CMYK
RGB Variations
Color information
#039BEC (or 0x039BEC) is known color: Dodger Blue. HEX triplet: 03, 9B and EC. RGB value is (3,155,236). Sum of RGB (Red+Green+Blue) = 3+155+236=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #039BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BEC is #FC6413. Grayscale: #767676. Windows color (decimal): -16540692 or 15506179. OLE color: 15506179.
HSL color Cylindrical-coordinate representation of color #039BEC: hue angle of 200.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BEC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 155 | 236 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.07 |
| HSL | 200.86º | 0.97% | 0.47% | - |
| HSV(B) | 200.86º | 0.99% | 0.93% | - |
| XYZ | 26.9 | 29.52 | 83.64 | - |
| YUV | 118.79 | 194.14 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 236 | 0.99 | 0.34 | 0 | 0.07 | 200.86 | 0.97 | 0.47 |
| Hex | 3 | 9B | EC | 63 | 22 | 0 | 7 | C9 | 61 | 2F |
| Octal | 3 | 233 | 354 | 143 | 42 | 0 | 7 | 311 | 141 | 57 |
| Binary | 11 | 10011011 | 11101100 | 1100011 | 100010 | 0 | 111 | 11001001 | 1100001 | 101111 |
Color Harmonies of #039BEC
Complementary color
Monochromatic Colors of #039BEC
Black with #039BEC
Text Example
Text Example
White with #039BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BEC; }
p { color: rgb(3,155,236); }
H1.HeaderClassName
{
color: #039BEC;
}
.AnyTagClassName
{
color: #039BEC;
}
</style>
background-color css
<style>
a { background-color: #039BEC; }
a { background-color: rgb(3,155,236); }
div.DivClassName
{
background-color: #039BEC;
}
.BgClassName
{
background-color: #039BEC;
}
</style>
border-color css
<style>
span { border-color: #039BEC; }
span { border-color: rgb(3,155,236); }
td.TdClassName
{
border-color: #039BEC;
}
.TagClassName
{
border-color: #039BEC;
}
</style>