Shades of Dodger Blue #2186DB
Tints of Dodger Blue #2186DB
RGB
CMYK
RGB Variations
Color information
#2186DB (or 0x2186DB) is known color: Dodger Blue. HEX triplet: 21, 86 and DB. RGB value is (33,134,219). Sum of RGB (Red+Green+Blue) = 33+134+219=386 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.55% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #2186DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2186DB is #DE7924. Grayscale: #717171. Windows color (decimal): -14580005 or 14386721. OLE color: 14386721.
HSL color Cylindrical-coordinate representation of color #2186DB: hue angle of 207.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2186DB is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 134 | 219 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.14 |
| HSL | 207.42º | 0.74% | 0.49% | - |
| HSV(B) | 207.42º | 0.85% | 0.86% | - |
| XYZ | 21.94 | 22.49 | 70.2 | - |
| YUV | 113.49 | 187.54 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 219 | 0.85 | 0.39 | 0 | 0.14 | 207.42 | 0.74 | 0.49 |
| Hex | 21 | 86 | DB | 55 | 27 | 0 | E | CF | 4A | 31 |
| Octal | 41 | 206 | 333 | 125 | 47 | 0 | 16 | 317 | 112 | 61 |
| Binary | 100001 | 10000110 | 11011011 | 1010101 | 100111 | 0 | 1110 | 11001111 | 1001010 | 110001 |
Color Harmonies of #2186DB
Complementary color
Monochromatic Colors of #2186DB
Black with #2186DB
Text Example
Text Example
White with #2186DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2186DB; }
p { color: rgb(33,134,219); }
H1.HeaderClassName
{
color: #2186DB;
}
.AnyTagClassName
{
color: #2186DB;
}
</style>
background-color css
<style>
a { background-color: #2186DB; }
a { background-color: rgb(33,134,219); }
div.DivClassName
{
background-color: #2186DB;
}
.BgClassName
{
background-color: #2186DB;
}
</style>
border-color css
<style>
span { border-color: #2186DB; }
span { border-color: rgb(33,134,219); }
td.TdClassName
{
border-color: #2186DB;
}
.TagClassName
{
border-color: #2186DB;
}
</style>