Shades of Dodger Blue #2085DF
Tints of Dodger Blue #2085DF
RGB
CMYK
RGB Variations
Color information
#2085DF (or 0x2085DF) is known color: Dodger Blue. HEX triplet: 20, 85 and DF. RGB value is (32,133,223). Sum of RGB (Red+Green+Blue) = 32+133+223=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #2085DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2085DF is #DF7A20. Grayscale: #707070. Windows color (decimal): -14645793 or 14648608. OLE color: 14648608.
HSL color Cylindrical-coordinate representation of color #2085DF: hue angle of 208.27º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2085DF is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 133 | 223 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.13 |
| HSL | 208.27º | 0.75% | 0.5% | - |
| HSV(B) | 208.27º | 0.86% | 0.87% | - |
| XYZ | 22.3 | 22.41 | 72.96 | - |
| YUV | 113.06 | 190.04 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 223 | 0.86 | 0.40 | 0 | 0.13 | 208.27 | 0.75 | 0.5 |
| Hex | 20 | 85 | DF | 56 | 28 | 0 | D | D0 | 4B | 32 |
| Octal | 40 | 205 | 337 | 126 | 50 | 0 | 15 | 320 | 113 | 62 |
| Binary | 100000 | 10000101 | 11011111 | 1010110 | 101000 | 0 | 1101 | 11010000 | 1001011 | 110010 |
Color Harmonies of #2085DF
Complementary color
Monochromatic Colors of #2085DF
Black with #2085DF
Text Example
Text Example
White with #2085DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2085DF; }
p { color: rgb(32,133,223); }
H1.HeaderClassName
{
color: #2085DF;
}
.AnyTagClassName
{
color: #2085DF;
}
</style>
background-color css
<style>
a { background-color: #2085DF; }
a { background-color: rgb(32,133,223); }
div.DivClassName
{
background-color: #2085DF;
}
.BgClassName
{
background-color: #2085DF;
}
</style>
border-color css
<style>
span { border-color: #2085DF; }
span { border-color: rgb(32,133,223); }
td.TdClassName
{
border-color: #2085DF;
}
.TagClassName
{
border-color: #2085DF;
}
</style>