Shades of Dodger Blue #0085EC
Tints of Dodger Blue #0085EC
RGB
CMYK
RGB Variations
Color information
#0085EC (or 0x0085EC) is known color: Dodger Blue. HEX triplet: 00, 85 and EC. RGB value is (0,133,236). Sum of RGB (Red+Green+Blue) = 0+133+236=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #0085EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085EC is #FF7A13. Grayscale: #686868. Windows color (decimal): -16742932 or 15500544. OLE color: 15500544.
HSL color Cylindrical-coordinate representation of color #0085EC: hue angle of 206.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085EC is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 133 | 236 | - |
| CMYK | 1 | 0.44 | 0 | 0.07 |
| HSL | 206.19º | 1% | 0.46% | - |
| HSV(B) | 206.19º | 1% | 0.93% | - |
| XYZ | 23.53 | 22.83 | 82.52 | - |
| YUV | 104.98 | 201.94 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 236 | 1 | 0.44 | 0 | 0.07 | 206.19 | 1 | 0.46 |
| Hex | 0 | 85 | EC | 64 | 2C | 0 | 7 | CE | 64 | 2E |
| Octal | 0 | 205 | 354 | 144 | 54 | 0 | 7 | 316 | 144 | 56 |
| Binary | 0 | 10000101 | 11101100 | 1100100 | 101100 | 0 | 111 | 11001110 | 1100100 | 101110 |
Color Harmonies of #0085EC
Complementary color
Monochromatic Colors of #0085EC
Black with #0085EC
Text Example
Text Example
White with #0085EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085EC; }
p { color: rgb(0,133,236); }
H1.HeaderClassName
{
color: #0085EC;
}
.AnyTagClassName
{
color: #0085EC;
}
</style>
background-color css
<style>
a { background-color: #0085EC; }
a { background-color: rgb(0,133,236); }
div.DivClassName
{
background-color: #0085EC;
}
.BgClassName
{
background-color: #0085EC;
}
</style>
border-color css
<style>
span { border-color: #0085EC; }
span { border-color: rgb(0,133,236); }
td.TdClassName
{
border-color: #0085EC;
}
.TagClassName
{
border-color: #0085EC;
}
</style>