Shades of Dodger Blue #2186EB
Tints of Dodger Blue #2186EB
RGB
CMYK
RGB Variations
Color information
#2186EB (or 0x2186EB) is known color: Dodger Blue. HEX triplet: 21, 86 and EB. RGB value is (33,134,235). Sum of RGB (Red+Green+Blue) = 33+134+235=402 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.21% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #2186EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2186EB is #DE7914. Grayscale: #727272. Windows color (decimal): -14579989 or 15435297. OLE color: 15435297.
HSL color Cylindrical-coordinate representation of color #2186EB: hue angle of 210º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2186EB is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 134 | 235 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.08 |
| HSL | 210º | 0.83% | 0.53% | - |
| HSV(B) | 210º | 0.86% | 0.92% | - |
| XYZ | 24.15 | 23.37 | 81.84 | - |
| YUV | 115.32 | 195.54 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 235 | 0.86 | 0.43 | 0 | 0.08 | 210 | 0.83 | 0.53 |
| Hex | 21 | 86 | EB | 56 | 2B | 0 | 8 | D2 | 53 | 35 |
| Octal | 41 | 206 | 353 | 126 | 53 | 0 | 10 | 322 | 123 | 65 |
| Binary | 100001 | 10000110 | 11101011 | 1010110 | 101011 | 0 | 1000 | 11010010 | 1010011 | 110101 |
Color Harmonies of #2186EB
Complementary color
Monochromatic Colors of #2186EB
Black with #2186EB
Text Example
Text Example
White with #2186EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2186EB; }
p { color: rgb(33,134,235); }
H1.HeaderClassName
{
color: #2186EB;
}
.AnyTagClassName
{
color: #2186EB;
}
</style>
background-color css
<style>
a { background-color: #2186EB; }
a { background-color: rgb(33,134,235); }
div.DivClassName
{
background-color: #2186EB;
}
.BgClassName
{
background-color: #2186EB;
}
</style>
border-color css
<style>
span { border-color: #2186EB; }
span { border-color: rgb(33,134,235); }
td.TdClassName
{
border-color: #2186EB;
}
.TagClassName
{
border-color: #2186EB;
}
</style>