Shades of Dodger Blue #039CEC
Tints of Dodger Blue #039CEC
RGB
CMYK
RGB Variations
Color information
#039CEC (or 0x039CEC) is known color: Dodger Blue. HEX triplet: 03, 9C and EC. RGB value is (3,156,236). Sum of RGB (Red+Green+Blue) = 3+156+236=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #039CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CEC is #FC6313. Grayscale: #767676. Windows color (decimal): -16540436 or 15506435. OLE color: 15506435.
HSL color Cylindrical-coordinate representation of color #039CEC: hue angle of 200.6º 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 #039CEC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 156 | 236 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.07 |
| HSL | 200.6º | 0.97% | 0.47% | - |
| HSV(B) | 200.6º | 0.99% | 0.93% | - |
| XYZ | 27.07 | 29.85 | 83.69 | - |
| YUV | 119.37 | 193.81 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 236 | 0.99 | 0.34 | 0 | 0.07 | 200.6 | 0.97 | 0.47 |
| Hex | 3 | 9C | EC | 63 | 22 | 0 | 7 | C9 | 61 | 2F |
| Octal | 3 | 234 | 354 | 143 | 42 | 0 | 7 | 311 | 141 | 57 |
| Binary | 11 | 10011100 | 11101100 | 1100011 | 100010 | 0 | 111 | 11001001 | 1100001 | 101111 |
Color Harmonies of #039CEC
Complementary color
Monochromatic Colors of #039CEC
Black with #039CEC
Text Example
Text Example
White with #039CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CEC; }
p { color: rgb(3,156,236); }
H1.HeaderClassName
{
color: #039CEC;
}
.AnyTagClassName
{
color: #039CEC;
}
</style>
background-color css
<style>
a { background-color: #039CEC; }
a { background-color: rgb(3,156,236); }
div.DivClassName
{
background-color: #039CEC;
}
.BgClassName
{
background-color: #039CEC;
}
</style>
border-color css
<style>
span { border-color: #039CEC; }
span { border-color: rgb(3,156,236); }
td.TdClassName
{
border-color: #039CEC;
}
.TagClassName
{
border-color: #039CEC;
}
</style>