Shades of Dodger Blue #0C85ED
Tints of Dodger Blue #0C85ED
RGB
CMYK
RGB Variations
Color information
#0C85ED (or 0x0C85ED) is known color: Dodger Blue. HEX triplet: 0C, 85 and ED. RGB value is (12,133,237). Sum of RGB (Red+Green+Blue) = 12+133+237=382 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.14% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #0C85ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C85ED is #F37A12. Grayscale: #6C6C6C. Windows color (decimal): -15956499 or 15566092. OLE color: 15566092.
HSL color Cylindrical-coordinate representation of color #0C85ED: hue angle of 207.73º 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 #0C85ED is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 133 | 237 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.07 |
| HSL | 207.73º | 0.9% | 0.49% | - |
| HSV(B) | 207.73º | 0.95% | 0.93% | - |
| XYZ | 23.83 | 22.97 | 83.3 | - |
| YUV | 108.68 | 200.41 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 237 | 0.95 | 0.44 | 0 | 0.07 | 207.73 | 0.9 | 0.49 |
| Hex | C | 85 | ED | 5F | 2C | 0 | 7 | D0 | 5A | 31 |
| Octal | 14 | 205 | 355 | 137 | 54 | 0 | 7 | 320 | 132 | 61 |
| Binary | 1100 | 10000101 | 11101101 | 1011111 | 101100 | 0 | 111 | 11010000 | 1011010 | 110001 |
Color Harmonies of #0C85ED
Complementary color
Monochromatic Colors of #0C85ED
Black with #0C85ED
Text Example
Text Example
White with #0C85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C85ED; }
p { color: rgb(12,133,237); }
H1.HeaderClassName
{
color: #0C85ED;
}
.AnyTagClassName
{
color: #0C85ED;
}
</style>
background-color css
<style>
a { background-color: #0C85ED; }
a { background-color: rgb(12,133,237); }
div.DivClassName
{
background-color: #0C85ED;
}
.BgClassName
{
background-color: #0C85ED;
}
</style>
border-color css
<style>
span { border-color: #0C85ED; }
span { border-color: rgb(12,133,237); }
td.TdClassName
{
border-color: #0C85ED;
}
.TagClassName
{
border-color: #0C85ED;
}
</style>