Shades of Dodger Blue #0C9AFE
Tints of Dodger Blue #0C9AFE
RGB
CMYK
RGB Variations
Color information
#0C9AFE (or 0x0C9AFE) is known color: Dodger Blue. HEX triplet: 0C, 9A and FE. RGB value is (12,154,254). Sum of RGB (Red+Green+Blue) = 12+154+254=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C9AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9AFE is #F36501. Grayscale: #7A7A7A. Windows color (decimal): -15951106 or 16685580. OLE color: 16685580.
HSL color Cylindrical-coordinate representation of color #0C9AFE: hue angle of 204.79º 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 #0C9AFE is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 154 | 254 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.00 |
| HSL | 204.79º | 0.99% | 0.52% | - |
| HSV(B) | 204.79º | 0.95% | 1% | - |
| XYZ | 29.6 | 30.35 | 98.06 | - |
| YUV | 122.94 | 201.96 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 154 | 254 | 0.95 | 0.39 | 0 | 0.00 | 204.79 | 0.99 | 0.52 |
| Hex | C | 9A | FE | 5F | 27 | 0 | 0 | CD | 63 | 34 |
| Octal | 14 | 232 | 376 | 137 | 47 | 0 | 0 | 315 | 143 | 64 |
| Binary | 1100 | 10011010 | 11111110 | 1011111 | 100111 | 0 | 0 | 11001101 | 1100011 | 110100 |
Color Harmonies of #0C9AFE
Complementary color
Monochromatic Colors of #0C9AFE
Black with #0C9AFE
Text Example
Text Example
White with #0C9AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9AFE; }
p { color: rgb(12,154,254); }
H1.HeaderClassName
{
color: #0C9AFE;
}
.AnyTagClassName
{
color: #0C9AFE;
}
</style>
background-color css
<style>
a { background-color: #0C9AFE; }
a { background-color: rgb(12,154,254); }
div.DivClassName
{
background-color: #0C9AFE;
}
.BgClassName
{
background-color: #0C9AFE;
}
</style>
border-color css
<style>
span { border-color: #0C9AFE; }
span { border-color: rgb(12,154,254); }
td.TdClassName
{
border-color: #0C9AFE;
}
.TagClassName
{
border-color: #0C9AFE;
}
</style>