Shades of Dodger Blue #0C9EEC
Tints of Dodger Blue #0C9EEC
RGB
CMYK
RGB Variations
Color information
#0C9EEC (or 0x0C9EEC) is known color: Dodger Blue. HEX triplet: 0C, 9E and EC. RGB value is (12,158,236). Sum of RGB (Red+Green+Blue) = 12+158+236=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #0C9EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9EEC is #F36113. Grayscale: #7A7A7A. Windows color (decimal): -15950100 or 15506956. OLE color: 15506956.
HSL color Cylindrical-coordinate representation of color #0C9EEC: hue angle of 200.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9EEC is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 158 | 236 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.07 |
| HSL | 200.89º | 0.9% | 0.49% | - |
| HSV(B) | 200.89º | 0.95% | 0.93% | - |
| XYZ | 27.52 | 30.59 | 83.81 | - |
| YUV | 123.24 | 191.63 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 236 | 0.95 | 0.33 | 0 | 0.07 | 200.89 | 0.9 | 0.49 |
| Hex | C | 9E | EC | 5F | 21 | 0 | 7 | C9 | 5A | 31 |
| Octal | 14 | 236 | 354 | 137 | 41 | 0 | 7 | 311 | 132 | 61 |
| Binary | 1100 | 10011110 | 11101100 | 1011111 | 100001 | 0 | 111 | 11001001 | 1011010 | 110001 |
Color Harmonies of #0C9EEC
Complementary color
Monochromatic Colors of #0C9EEC
Black with #0C9EEC
Text Example
Text Example
White with #0C9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9EEC; }
p { color: rgb(12,158,236); }
H1.HeaderClassName
{
color: #0C9EEC;
}
.AnyTagClassName
{
color: #0C9EEC;
}
</style>
background-color css
<style>
a { background-color: #0C9EEC; }
a { background-color: rgb(12,158,236); }
div.DivClassName
{
background-color: #0C9EEC;
}
.BgClassName
{
background-color: #0C9EEC;
}
</style>
border-color css
<style>
span { border-color: #0C9EEC; }
span { border-color: rgb(12,158,236); }
td.TdClassName
{
border-color: #0C9EEC;
}
.TagClassName
{
border-color: #0C9EEC;
}
</style>