Shades of Dodger Blue #2189E9
Tints of Dodger Blue #2189E9
RGB
CMYK
RGB Variations
Color information
#2189E9 (or 0x2189E9) is known color: Dodger Blue. HEX triplet: 21, 89 and E9. RGB value is (33,137,233). Sum of RGB (Red+Green+Blue) = 33+137+233=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 233 (91.41% from 255 or 57.82% from 403); Max value from RGB is 233 - color contains mainly: blue. Hex color #2189E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2189E9 is #DE7616. Grayscale: #747474. Windows color (decimal): -14579223 or 15304993. OLE color: 15304993.
HSL color Cylindrical-coordinate representation of color #2189E9: hue angle of 208.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2189E9 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 137 | 233 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.09 |
| HSL | 208.8º | 0.82% | 0.52% | - |
| HSV(B) | 208.8º | 0.86% | 0.91% | - |
| XYZ | 24.28 | 24.1 | 80.46 | - |
| YUV | 116.85 | 193.54 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 233 | 0.86 | 0.41 | 0 | 0.09 | 208.8 | 0.82 | 0.52 |
| Hex | 21 | 89 | E9 | 56 | 29 | 0 | 9 | D1 | 52 | 34 |
| Octal | 41 | 211 | 351 | 126 | 51 | 0 | 11 | 321 | 122 | 64 |
| Binary | 100001 | 10001001 | 11101001 | 1010110 | 101001 | 0 | 1001 | 11010001 | 1010010 | 110100 |
Color Harmonies of #2189E9
Complementary color
Monochromatic Colors of #2189E9
Black with #2189E9
Text Example
Text Example
White with #2189E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2189E9; }
p { color: rgb(33,137,233); }
H1.HeaderClassName
{
color: #2189E9;
}
.AnyTagClassName
{
color: #2189E9;
}
</style>
background-color css
<style>
a { background-color: #2189E9; }
a { background-color: rgb(33,137,233); }
div.DivClassName
{
background-color: #2189E9;
}
.BgClassName
{
background-color: #2189E9;
}
</style>
border-color css
<style>
span { border-color: #2189E9; }
span { border-color: rgb(33,137,233); }
td.TdClassName
{
border-color: #2189E9;
}
.TagClassName
{
border-color: #2189E9;
}
</style>