Shades of Dodger Blue #0C7EEF
Tints of Dodger Blue #0C7EEF
RGB
CMYK
RGB Variations
Color information
#0C7EEF (or 0x0C7EEF) is known color: Dodger Blue. HEX triplet: 0C, 7E and EF. RGB value is (12,126,239). Sum of RGB (Red+Green+Blue) = 12+126+239=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C7EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7EEF is #F38110. Grayscale: #686868. Windows color (decimal): -15958289 or 15695372. OLE color: 15695372.
HSL color Cylindrical-coordinate representation of color #0C7EEF: hue angle of 209.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7EEF is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 126 | 239 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.06 |
| HSL | 209.87º | 0.9% | 0.49% | - |
| HSV(B) | 209.87º | 0.95% | 0.94% | - |
| XYZ | 23.19 | 21.23 | 84.54 | - |
| YUV | 104.8 | 203.73 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 126 | 239 | 0.95 | 0.47 | 0 | 0.06 | 209.87 | 0.9 | 0.49 |
| Hex | C | 7E | EF | 5F | 2F | 0 | 6 | D2 | 5A | 31 |
| Octal | 14 | 176 | 357 | 137 | 57 | 0 | 6 | 322 | 132 | 61 |
| Binary | 1100 | 1111110 | 11101111 | 1011111 | 101111 | 0 | 110 | 11010010 | 1011010 | 110001 |
Color Harmonies of #0C7EEF
Complementary color
Monochromatic Colors of #0C7EEF
Black with #0C7EEF
Text Example
Text Example
White with #0C7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7EEF; }
p { color: rgb(12,126,239); }
H1.HeaderClassName
{
color: #0C7EEF;
}
.AnyTagClassName
{
color: #0C7EEF;
}
</style>
background-color css
<style>
a { background-color: #0C7EEF; }
a { background-color: rgb(12,126,239); }
div.DivClassName
{
background-color: #0C7EEF;
}
.BgClassName
{
background-color: #0C7EEF;
}
</style>
border-color css
<style>
span { border-color: #0C7EEF; }
span { border-color: rgb(12,126,239); }
td.TdClassName
{
border-color: #0C7EEF;
}
.TagClassName
{
border-color: #0C7EEF;
}
</style>