Shades of Dodger Blue #0C7CEB
Tints of Dodger Blue #0C7CEB
RGB
CMYK
RGB Variations
Color information
#0C7CEB (or 0x0C7CEB) is known color: Dodger Blue. HEX triplet: 0C, 7C and EB. RGB value is (12,124,235). Sum of RGB (Red+Green+Blue) = 12+124+235=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C7CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7CEB is #F38314. Grayscale: #666666. Windows color (decimal): -15958805 or 15432716. OLE color: 15432716.
HSL color Cylindrical-coordinate representation of color #0C7CEB: hue angle of 209.87º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7CEB is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 124 | 235 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.08 |
| HSL | 209.87º | 0.9% | 0.48% | - |
| HSV(B) | 209.87º | 0.95% | 0.92% | - |
| XYZ | 22.35 | 20.49 | 81.37 | - |
| YUV | 103.17 | 202.39 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 235 | 0.95 | 0.47 | 0 | 0.08 | 209.87 | 0.9 | 0.48 |
| Hex | C | 7C | EB | 5F | 2F | 0 | 8 | D2 | 5A | 30 |
| Octal | 14 | 174 | 353 | 137 | 57 | 0 | 10 | 322 | 132 | 60 |
| Binary | 1100 | 1111100 | 11101011 | 1011111 | 101111 | 0 | 1000 | 11010010 | 1011010 | 110000 |
Color Harmonies of #0C7CEB
Complementary color
Monochromatic Colors of #0C7CEB
Black with #0C7CEB
Text Example
Text Example
White with #0C7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7CEB; }
p { color: rgb(12,124,235); }
H1.HeaderClassName
{
color: #0C7CEB;
}
.AnyTagClassName
{
color: #0C7CEB;
}
</style>
background-color css
<style>
a { background-color: #0C7CEB; }
a { background-color: rgb(12,124,235); }
div.DivClassName
{
background-color: #0C7CEB;
}
.BgClassName
{
background-color: #0C7CEB;
}
</style>
border-color css
<style>
span { border-color: #0C7CEB; }
span { border-color: rgb(12,124,235); }
td.TdClassName
{
border-color: #0C7CEB;
}
.TagClassName
{
border-color: #0C7CEB;
}
</style>