Shades of Dodger Blue #0C9EFB
Tints of Dodger Blue #0C9EFB
RGB
CMYK
RGB Variations
Color information
#0C9EFB (or 0x0C9EFB) is known color: Dodger Blue. HEX triplet: 0C, 9E and FB. RGB value is (12,158,251). Sum of RGB (Red+Green+Blue) = 12+158+251=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C9EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9EFB is #F36104. Grayscale: #7C7C7C. Windows color (decimal): -15950085 or 16489996. OLE color: 16489996.
HSL color Cylindrical-coordinate representation of color #0C9EFB: hue angle of 203.35º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9EFB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 158 | 251 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.02 |
| HSL | 203.35º | 0.97% | 0.52% | - |
| HSV(B) | 203.35º | 0.95% | 0.98% | - |
| XYZ | 29.79 | 31.5 | 95.78 | - |
| YUV | 124.95 | 199.13 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 158 | 251 | 0.95 | 0.37 | 0 | 0.02 | 203.35 | 0.97 | 0.52 |
| Hex | C | 9E | FB | 5F | 25 | 0 | 2 | CB | 61 | 34 |
| Octal | 14 | 236 | 373 | 137 | 45 | 0 | 2 | 313 | 141 | 64 |
| Binary | 1100 | 10011110 | 11111011 | 1011111 | 100101 | 0 | 10 | 11001011 | 1100001 | 110100 |
Color Harmonies of #0C9EFB
Complementary color
Monochromatic Colors of #0C9EFB
Black with #0C9EFB
Text Example
Text Example
White with #0C9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9EFB; }
p { color: rgb(12,158,251); }
H1.HeaderClassName
{
color: #0C9EFB;
}
.AnyTagClassName
{
color: #0C9EFB;
}
</style>
background-color css
<style>
a { background-color: #0C9EFB; }
a { background-color: rgb(12,158,251); }
div.DivClassName
{
background-color: #0C9EFB;
}
.BgClassName
{
background-color: #0C9EFB;
}
</style>
border-color css
<style>
span { border-color: #0C9EFB; }
span { border-color: rgb(12,158,251); }
td.TdClassName
{
border-color: #0C9EFB;
}
.TagClassName
{
border-color: #0C9EFB;
}
</style>