Shades of Dodger Blue #2085EB
Tints of Dodger Blue #2085EB
RGB
CMYK
RGB Variations
Color information
#2085EB (or 0x2085EB) is known color: Dodger Blue. HEX triplet: 20, 85 and EB. RGB value is (32,133,235). Sum of RGB (Red+Green+Blue) = 32+133+235=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #2085EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2085EB is #DF7A14. Grayscale: #717171. Windows color (decimal): -14645781 or 15435040. OLE color: 15435040.
HSL color Cylindrical-coordinate representation of color #2085EB: hue angle of 210.15º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2085EB is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 133 | 235 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.08 |
| HSL | 210.15º | 0.84% | 0.52% | - |
| HSV(B) | 210.15º | 0.86% | 0.92% | - |
| XYZ | 23.98 | 23.08 | 81.79 | - |
| YUV | 114.43 | 196.04 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 235 | 0.86 | 0.43 | 0 | 0.08 | 210.15 | 0.84 | 0.52 |
| Hex | 20 | 85 | EB | 56 | 2B | 0 | 8 | D2 | 54 | 34 |
| Octal | 40 | 205 | 353 | 126 | 53 | 0 | 10 | 322 | 124 | 64 |
| Binary | 100000 | 10000101 | 11101011 | 1010110 | 101011 | 0 | 1000 | 11010010 | 1010100 | 110100 |
Color Harmonies of #2085EB
Complementary color
Monochromatic Colors of #2085EB
Black with #2085EB
Text Example
Text Example
White with #2085EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2085EB; }
p { color: rgb(32,133,235); }
H1.HeaderClassName
{
color: #2085EB;
}
.AnyTagClassName
{
color: #2085EB;
}
</style>
background-color css
<style>
a { background-color: #2085EB; }
a { background-color: rgb(32,133,235); }
div.DivClassName
{
background-color: #2085EB;
}
.BgClassName
{
background-color: #2085EB;
}
</style>
border-color css
<style>
span { border-color: #2085EB; }
span { border-color: rgb(32,133,235); }
td.TdClassName
{
border-color: #2085EB;
}
.TagClassName
{
border-color: #2085EB;
}
</style>