Shades of Dodger Blue #0085EB
Tints of Dodger Blue #0085EB
RGB
CMYK
RGB Variations
Color information
#0085EB (or 0x0085EB) is known color: Dodger Blue. HEX triplet: 00, 85 and EB. RGB value is (0,133,235). Sum of RGB (Red+Green+Blue) = 0+133+235=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #0085EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0085EB is #FF7A14. Grayscale: #686868. Windows color (decimal): -16742933 or 15435008. OLE color: 15435008.
HSL color Cylindrical-coordinate representation of color #0085EB: hue angle of 206.04º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085EB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 133 | 235 | - |
| CMYK | 1 | 0.43 | 0 | 0.08 |
| HSL | 206.04º | 1% | 0.46% | - |
| HSV(B) | 206.04º | 1% | 0.92% | - |
| XYZ | 23.38 | 22.77 | 81.76 | - |
| YUV | 104.86 | 201.44 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 235 | 1 | 0.43 | 0 | 0.08 | 206.04 | 1 | 0.46 |
| Hex | 0 | 85 | EB | 64 | 2B | 0 | 8 | CE | 64 | 2E |
| Octal | 0 | 205 | 353 | 144 | 53 | 0 | 10 | 316 | 144 | 56 |
| Binary | 0 | 10000101 | 11101011 | 1100100 | 101011 | 0 | 1000 | 11001110 | 1100100 | 101110 |
Color Harmonies of #0085EB
Complementary color
Monochromatic Colors of #0085EB
Black with #0085EB
Text Example
Text Example
White with #0085EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085EB; }
p { color: rgb(0,133,235); }
H1.HeaderClassName
{
color: #0085EB;
}
.AnyTagClassName
{
color: #0085EB;
}
</style>
background-color css
<style>
a { background-color: #0085EB; }
a { background-color: rgb(0,133,235); }
div.DivClassName
{
background-color: #0085EB;
}
.BgClassName
{
background-color: #0085EB;
}
</style>
border-color css
<style>
span { border-color: #0085EB; }
span { border-color: rgb(0,133,235); }
td.TdClassName
{
border-color: #0085EB;
}
.TagClassName
{
border-color: #0085EB;
}
</style>