Shades of Dodger Blue #0C85FD
Tints of Dodger Blue #0C85FD
RGB
CMYK
RGB Variations
Color information
#0C85FD (or 0x0C85FD) is known color: Dodger Blue. HEX triplet: 0C, 85 and FD. RGB value is (12,133,253). Sum of RGB (Red+Green+Blue) = 12+133+253=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C85FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C85FD is #F37A02. Grayscale: #6D6D6D. Windows color (decimal): -15956483 or 16614668. OLE color: 16614668.
HSL color Cylindrical-coordinate representation of color #0C85FD: hue angle of 209.88º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C85FD is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 133 | 253 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.01 |
| HSL | 209.88º | 0.98% | 0.52% | - |
| HSV(B) | 209.88º | 0.95% | 0.99% | - |
| XYZ | 26.27 | 23.95 | 96.17 | - |
| YUV | 110.5 | 208.41 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 253 | 0.95 | 0.47 | 0 | 0.01 | 209.88 | 0.98 | 0.52 |
| Hex | C | 85 | FD | 5F | 2F | 0 | 1 | D2 | 62 | 34 |
| Octal | 14 | 205 | 375 | 137 | 57 | 0 | 1 | 322 | 142 | 64 |
| Binary | 1100 | 10000101 | 11111101 | 1011111 | 101111 | 0 | 1 | 11010010 | 1100010 | 110100 |
Color Harmonies of #0C85FD
Complementary color
Monochromatic Colors of #0C85FD
Black with #0C85FD
Text Example
Text Example
White with #0C85FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C85FD; }
p { color: rgb(12,133,253); }
H1.HeaderClassName
{
color: #0C85FD;
}
.AnyTagClassName
{
color: #0C85FD;
}
</style>
background-color css
<style>
a { background-color: #0C85FD; }
a { background-color: rgb(12,133,253); }
div.DivClassName
{
background-color: #0C85FD;
}
.BgClassName
{
background-color: #0C85FD;
}
</style>
border-color css
<style>
span { border-color: #0C85FD; }
span { border-color: rgb(12,133,253); }
td.TdClassName
{
border-color: #0C85FD;
}
.TagClassName
{
border-color: #0C85FD;
}
</style>