Shades of Dodger Blue #0C9EFE
Tints of Dodger Blue #0C9EFE
RGB
CMYK
RGB Variations
Color information
#0C9EFE (or 0x0C9EFE) is known color: Dodger Blue. HEX triplet: 0C, 9E and FE. RGB value is (12,158,254). Sum of RGB (Red+Green+Blue) = 12+158+254=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C9EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9EFE is #F36101. Grayscale: #7C7C7C. Windows color (decimal): -15950082 or 16686604. OLE color: 16686604.
HSL color Cylindrical-coordinate representation of color #0C9EFE: hue angle of 203.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9EFE is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 158 | 254 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.00 |
| HSL | 203.8º | 0.99% | 0.52% | - |
| HSV(B) | 203.8º | 0.95% | 1% | - |
| XYZ | 30.27 | 31.69 | 98.29 | - |
| YUV | 125.29 | 200.63 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 254 | 0.95 | 0.38 | 0 | 0.00 | 203.8 | 0.99 | 0.52 |
| Hex | C | 9E | FE | 5F | 26 | 0 | 0 | CC | 63 | 34 |
| Octal | 14 | 236 | 376 | 137 | 46 | 0 | 0 | 314 | 143 | 64 |
| Binary | 1100 | 10011110 | 11111110 | 1011111 | 100110 | 0 | 0 | 11001100 | 1100011 | 110100 |
Color Harmonies of #0C9EFE
Complementary color
Monochromatic Colors of #0C9EFE
Black with #0C9EFE
Text Example
Text Example
White with #0C9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9EFE; }
p { color: rgb(12,158,254); }
H1.HeaderClassName
{
color: #0C9EFE;
}
.AnyTagClassName
{
color: #0C9EFE;
}
</style>
background-color css
<style>
a { background-color: #0C9EFE; }
a { background-color: rgb(12,158,254); }
div.DivClassName
{
background-color: #0C9EFE;
}
.BgClassName
{
background-color: #0C9EFE;
}
</style>
border-color css
<style>
span { border-color: #0C9EFE; }
span { border-color: rgb(12,158,254); }
td.TdClassName
{
border-color: #0C9EFE;
}
.TagClassName
{
border-color: #0C9EFE;
}
</style>