Shades of Dodger Blue #2185EC
Tints of Dodger Blue #2185EC
RGB
CMYK
RGB Variations
Color information
#2185EC (or 0x2185EC) is known color: Dodger Blue. HEX triplet: 21, 85 and EC. RGB value is (33,133,236). Sum of RGB (Red+Green+Blue) = 33+133+236=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #2185EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2185EC is #DE7A13. Grayscale: #727272. Windows color (decimal): -14580244 or 15500577. OLE color: 15500577.
HSL color Cylindrical-coordinate representation of color #2185EC: hue angle of 210.44º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2185EC is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 133 | 236 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.07 |
| HSL | 210.44º | 0.84% | 0.53% | - |
| HSV(B) | 210.44º | 0.86% | 0.93% | - |
| XYZ | 24.16 | 23.15 | 82.55 | - |
| YUV | 114.84 | 196.37 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 236 | 0.86 | 0.44 | 0 | 0.07 | 210.44 | 0.84 | 0.53 |
| Hex | 21 | 85 | EC | 56 | 2C | 0 | 7 | D2 | 54 | 35 |
| Octal | 41 | 205 | 354 | 126 | 54 | 0 | 7 | 322 | 124 | 65 |
| Binary | 100001 | 10000101 | 11101100 | 1010110 | 101100 | 0 | 111 | 11010010 | 1010100 | 110101 |
Color Harmonies of #2185EC
Complementary color
Monochromatic Colors of #2185EC
Black with #2185EC
Text Example
Text Example
White with #2185EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185EC; }
p { color: rgb(33,133,236); }
H1.HeaderClassName
{
color: #2185EC;
}
.AnyTagClassName
{
color: #2185EC;
}
</style>
background-color css
<style>
a { background-color: #2185EC; }
a { background-color: rgb(33,133,236); }
div.DivClassName
{
background-color: #2185EC;
}
.BgClassName
{
background-color: #2185EC;
}
</style>
border-color css
<style>
span { border-color: #2185EC; }
span { border-color: rgb(33,133,236); }
td.TdClassName
{
border-color: #2185EC;
}
.TagClassName
{
border-color: #2185EC;
}
</style>