Shades of Dodger Blue #0085ED
Tints of Dodger Blue #0085ED
RGB
CMYK
RGB Variations
Color information
#0085ED (or 0x0085ED) is known color: Dodger Blue. HEX triplet: 00, 85 and ED. RGB value is (0,133,237). Sum of RGB (Red+Green+Blue) = 0+133+237=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #0085ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085ED is #FF7A12. Grayscale: #686868. Windows color (decimal): -16742931 or 15566080. OLE color: 15566080.
HSL color Cylindrical-coordinate representation of color #0085ED: hue angle of 206.33º 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 #0085ED is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 133 | 237 | - |
| CMYK | 1 | 0.44 | 0 | 0.07 |
| HSL | 206.33º | 1% | 0.46% | - |
| HSV(B) | 206.33º | 1% | 0.93% | - |
| XYZ | 23.67 | 22.89 | 83.29 | - |
| YUV | 105.09 | 202.44 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 237 | 1 | 0.44 | 0 | 0.07 | 206.33 | 1 | 0.46 |
| Hex | 0 | 85 | ED | 64 | 2C | 0 | 7 | CE | 64 | 2E |
| Octal | 0 | 205 | 355 | 144 | 54 | 0 | 7 | 316 | 144 | 56 |
| Binary | 0 | 10000101 | 11101101 | 1100100 | 101100 | 0 | 111 | 11001110 | 1100100 | 101110 |
Color Harmonies of #0085ED
Complementary color
Monochromatic Colors of #0085ED
Black with #0085ED
Text Example
Text Example
White with #0085ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085ED; }
p { color: rgb(0,133,237); }
H1.HeaderClassName
{
color: #0085ED;
}
.AnyTagClassName
{
color: #0085ED;
}
</style>
background-color css
<style>
a { background-color: #0085ED; }
a { background-color: rgb(0,133,237); }
div.DivClassName
{
background-color: #0085ED;
}
.BgClassName
{
background-color: #0085ED;
}
</style>
border-color css
<style>
span { border-color: #0085ED; }
span { border-color: rgb(0,133,237); }
td.TdClassName
{
border-color: #0085ED;
}
.TagClassName
{
border-color: #0085ED;
}
</style>