Shades of Dodger Blue #0C9DFF
Tints of Dodger Blue #0C9DFF
RGB
CMYK
RGB Variations
Color information
#0C9DFF (or 0x0C9DFF) is known color: Dodger Blue. HEX triplet: 0C, 9D and FF. RGB value is (12,157,255). Sum of RGB (Red+Green+Blue) = 12+157+255=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C9DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9DFF is #F36200. Grayscale: #7C7C7C. Windows color (decimal): -15950337 or 16751884. OLE color: 16751884.
HSL color Cylindrical-coordinate representation of color #0C9DFF: hue angle of 204.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9DFF is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 157 | 255 | - |
| CMYK | 0.95 | 0.38 | 0 | 0 |
| HSL | 204.2º | 1% | 0.52% | - |
| HSV(B) | 204.2º | 0.95% | 1% | - |
| XYZ | 30.26 | 31.41 | 99.08 | - |
| YUV | 124.82 | 201.46 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 157 | 255 | 0.95 | 0.38 | 0 | 0 | 204.2 | 1 | 0.52 |
| Hex | C | 9D | FF | 5F | 26 | 0 | 0 | CC | 64 | 34 |
| Octal | 14 | 235 | 377 | 137 | 46 | 0 | 0 | 314 | 144 | 64 |
| Binary | 1100 | 10011101 | 11111111 | 1011111 | 100110 | 0 | 0 | 11001100 | 1100100 | 110100 |
Color Harmonies of #0C9DFF
Complementary color
Monochromatic Colors of #0C9DFF
Black with #0C9DFF
Text Example
Text Example
White with #0C9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9DFF; }
p { color: rgb(12,157,255); }
H1.HeaderClassName
{
color: #0C9DFF;
}
.AnyTagClassName
{
color: #0C9DFF;
}
</style>
background-color css
<style>
a { background-color: #0C9DFF; }
a { background-color: rgb(12,157,255); }
div.DivClassName
{
background-color: #0C9DFF;
}
.BgClassName
{
background-color: #0C9DFF;
}
</style>
border-color css
<style>
span { border-color: #0C9DFF; }
span { border-color: rgb(12,157,255); }
td.TdClassName
{
border-color: #0C9DFF;
}
.TagClassName
{
border-color: #0C9DFF;
}
</style>