Shades of Dodger Blue #2185EF
Tints of Dodger Blue #2185EF
RGB
CMYK
RGB Variations
Color information
#2185EF (or 0x2185EF) is known color: Dodger Blue. HEX triplet: 21, 85 and EF. RGB value is (33,133,239). Sum of RGB (Red+Green+Blue) = 33+133+239=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #2185EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2185EF is #DE7A10. Grayscale: #727272. Windows color (decimal): -14580241 or 15697185. OLE color: 15697185.
HSL color Cylindrical-coordinate representation of color #2185EF: hue angle of 210.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2185EF is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 133 | 239 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.06 |
| HSL | 210.87º | 0.87% | 0.53% | - |
| HSV(B) | 210.87º | 0.86% | 0.94% | - |
| XYZ | 24.59 | 23.33 | 84.87 | - |
| YUV | 115.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 133 | 239 | 0.86 | 0.44 | 0 | 0.06 | 210.87 | 0.87 | 0.53 |
| Hex | 21 | 85 | EF | 56 | 2C | 0 | 6 | D3 | 57 | 35 |
| Octal | 41 | 205 | 357 | 126 | 54 | 0 | 6 | 323 | 127 | 65 |
| Binary | 100001 | 10000101 | 11101111 | 1010110 | 101100 | 0 | 110 | 11010011 | 1010111 | 110101 |
Color Harmonies of #2185EF
Complementary color
Monochromatic Colors of #2185EF
Black with #2185EF
Text Example
Text Example
White with #2185EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2185EF; }
p { color: rgb(33,133,239); }
H1.HeaderClassName
{
color: #2185EF;
}
.AnyTagClassName
{
color: #2185EF;
}
</style>
background-color css
<style>
a { background-color: #2185EF; }
a { background-color: rgb(33,133,239); }
div.DivClassName
{
background-color: #2185EF;
}
.BgClassName
{
background-color: #2185EF;
}
</style>
border-color css
<style>
span { border-color: #2185EF; }
span { border-color: rgb(33,133,239); }
td.TdClassName
{
border-color: #2185EF;
}
.TagClassName
{
border-color: #2185EF;
}
</style>