Shades of Dodger Blue #0C7EEA
Tints of Dodger Blue #0C7EEA
RGB
CMYK
RGB Variations
Color information
#0C7EEA (or 0x0C7EEA) is known color: Dodger Blue. HEX triplet: 0C, 7E and EA. RGB value is (12,126,234). Sum of RGB (Red+Green+Blue) = 12+126+234=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C7EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7EEA is #F38115. Grayscale: #676767. Windows color (decimal): -15958294 or 15367692. OLE color: 15367692.
HSL color Cylindrical-coordinate representation of color #0C7EEA: hue angle of 209.19º 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 #0C7EEA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 126 | 234 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.08 |
| HSL | 209.19º | 0.9% | 0.48% | - |
| HSV(B) | 209.19º | 0.95% | 0.92% | - |
| XYZ | 22.46 | 20.94 | 80.7 | - |
| YUV | 104.23 | 201.23 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 126 | 234 | 0.95 | 0.46 | 0 | 0.08 | 209.19 | 0.9 | 0.48 |
| Hex | C | 7E | EA | 5F | 2E | 0 | 8 | D1 | 5A | 30 |
| Octal | 14 | 176 | 352 | 137 | 56 | 0 | 10 | 321 | 132 | 60 |
| Binary | 1100 | 1111110 | 11101010 | 1011111 | 101110 | 0 | 1000 | 11010001 | 1011010 | 110000 |
Color Harmonies of #0C7EEA
Complementary color
Monochromatic Colors of #0C7EEA
Black with #0C7EEA
Text Example
Text Example
White with #0C7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7EEA; }
p { color: rgb(12,126,234); }
H1.HeaderClassName
{
color: #0C7EEA;
}
.AnyTagClassName
{
color: #0C7EEA;
}
</style>
background-color css
<style>
a { background-color: #0C7EEA; }
a { background-color: rgb(12,126,234); }
div.DivClassName
{
background-color: #0C7EEA;
}
.BgClassName
{
background-color: #0C7EEA;
}
</style>
border-color css
<style>
span { border-color: #0C7EEA; }
span { border-color: rgb(12,126,234); }
td.TdClassName
{
border-color: #0C7EEA;
}
.TagClassName
{
border-color: #0C7EEA;
}
</style>