Shades of Dodger Blue #0C7CE8
Tints of Dodger Blue #0C7CE8
RGB
CMYK
RGB Variations
Color information
#0C7CE8 (or 0x0C7CE8) is known color: Dodger Blue. HEX triplet: 0C, 7C and E8. RGB value is (12,124,232). Sum of RGB (Red+Green+Blue) = 12+124+232=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #0C7CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7CE8 is #F38317. Grayscale: #666666. Windows color (decimal): -15958808 or 15236108. OLE color: 15236108.
HSL color Cylindrical-coordinate representation of color #0C7CE8: hue angle of 209.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7CE8 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 124 | 232 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.09 |
| HSL | 209.45º | 0.9% | 0.48% | - |
| HSV(B) | 209.45º | 0.95% | 0.91% | - |
| XYZ | 21.92 | 20.32 | 79.11 | - |
| YUV | 102.82 | 200.89 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 232 | 0.95 | 0.47 | 0 | 0.09 | 209.45 | 0.9 | 0.48 |
| Hex | C | 7C | E8 | 5F | 2F | 0 | 9 | D1 | 5A | 30 |
| Octal | 14 | 174 | 350 | 137 | 57 | 0 | 11 | 321 | 132 | 60 |
| Binary | 1100 | 1111100 | 11101000 | 1011111 | 101111 | 0 | 1001 | 11010001 | 1011010 | 110000 |
Color Harmonies of #0C7CE8
Complementary color
Monochromatic Colors of #0C7CE8
Black with #0C7CE8
Text Example
Text Example
White with #0C7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7CE8; }
p { color: rgb(12,124,232); }
H1.HeaderClassName
{
color: #0C7CE8;
}
.AnyTagClassName
{
color: #0C7CE8;
}
</style>
background-color css
<style>
a { background-color: #0C7CE8; }
a { background-color: rgb(12,124,232); }
div.DivClassName
{
background-color: #0C7CE8;
}
.BgClassName
{
background-color: #0C7CE8;
}
</style>
border-color css
<style>
span { border-color: #0C7CE8; }
span { border-color: rgb(12,124,232); }
td.TdClassName
{
border-color: #0C7CE8;
}
.TagClassName
{
border-color: #0C7CE8;
}
</style>