Shades of Dodger Blue #0C8EE5
Tints of Dodger Blue #0C8EE5
RGB
CMYK
RGB Variations
Color information
#0C8EE5 (or 0x0C8EE5) is known color: Dodger Blue. HEX triplet: 0C, 8E and E5. RGB value is (12,142,229). Sum of RGB (Red+Green+Blue) = 12+142+229=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #0C8EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EE5 is #F3711A. Grayscale: #707070. Windows color (decimal): -15954203 or 15044108. OLE color: 15044108.
HSL color Cylindrical-coordinate representation of color #0C8EE5: hue angle of 204.06º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C8EE5 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 142 | 229 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.10 |
| HSL | 204.06º | 0.9% | 0.47% | - |
| HSV(B) | 204.06º | 0.95% | 0.9% | - |
| XYZ | 23.97 | 25.08 | 77.71 | - |
| YUV | 113.05 | 193.43 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 229 | 0.95 | 0.38 | 0 | 0.10 | 204.06 | 0.9 | 0.47 |
| Hex | C | 8E | E5 | 5F | 26 | 0 | A | CC | 5A | 2F |
| Octal | 14 | 216 | 345 | 137 | 46 | 0 | 12 | 314 | 132 | 57 |
| Binary | 1100 | 10001110 | 11100101 | 1011111 | 100110 | 0 | 1010 | 11001100 | 1011010 | 101111 |
Color Harmonies of #0C8EE5
Complementary color
Monochromatic Colors of #0C8EE5
Black with #0C8EE5
Text Example
Text Example
White with #0C8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8EE5; }
p { color: rgb(12,142,229); }
H1.HeaderClassName
{
color: #0C8EE5;
}
.AnyTagClassName
{
color: #0C8EE5;
}
</style>
background-color css
<style>
a { background-color: #0C8EE5; }
a { background-color: rgb(12,142,229); }
div.DivClassName
{
background-color: #0C8EE5;
}
.BgClassName
{
background-color: #0C8EE5;
}
</style>
border-color css
<style>
span { border-color: #0C8EE5; }
span { border-color: rgb(12,142,229); }
td.TdClassName
{
border-color: #0C8EE5;
}
.TagClassName
{
border-color: #0C8EE5;
}
</style>