Shades of Dodger Blue #0C85EC
Tints of Dodger Blue #0C85EC
RGB
CMYK
RGB Variations
Color information
#0C85EC (or 0x0C85EC) is known color: Dodger Blue. HEX triplet: 0C, 85 and EC. RGB value is (12,133,236). Sum of RGB (Red+Green+Blue) = 12+133+236=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #0C85EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C85EC is #F37A13. Grayscale: #6C6C6C. Windows color (decimal): -15956500 or 15500556. OLE color: 15500556.
HSL color Cylindrical-coordinate representation of color #0C85EC: hue angle of 207.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C85EC is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 133 | 236 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.07 |
| HSL | 207.59º | 0.9% | 0.49% | - |
| HSV(B) | 207.59º | 0.95% | 0.93% | - |
| XYZ | 23.68 | 22.91 | 82.53 | - |
| YUV | 108.56 | 199.91 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 236 | 0.95 | 0.44 | 0 | 0.07 | 207.59 | 0.9 | 0.49 |
| Hex | C | 85 | EC | 5F | 2C | 0 | 7 | D0 | 5A | 31 |
| Octal | 14 | 205 | 354 | 137 | 54 | 0 | 7 | 320 | 132 | 61 |
| Binary | 1100 | 10000101 | 11101100 | 1011111 | 101100 | 0 | 111 | 11010000 | 1011010 | 110001 |
Color Harmonies of #0C85EC
Complementary color
Monochromatic Colors of #0C85EC
Black with #0C85EC
Text Example
Text Example
White with #0C85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C85EC; }
p { color: rgb(12,133,236); }
H1.HeaderClassName
{
color: #0C85EC;
}
.AnyTagClassName
{
color: #0C85EC;
}
</style>
background-color css
<style>
a { background-color: #0C85EC; }
a { background-color: rgb(12,133,236); }
div.DivClassName
{
background-color: #0C85EC;
}
.BgClassName
{
background-color: #0C85EC;
}
</style>
border-color css
<style>
span { border-color: #0C85EC; }
span { border-color: rgb(12,133,236); }
td.TdClassName
{
border-color: #0C85EC;
}
.TagClassName
{
border-color: #0C85EC;
}
</style>