Shades of Dodger Blue #219EE9
Tints of Dodger Blue #219EE9
RGB
CMYK
RGB Variations
Color information
#219EE9 (or 0x219EE9) is known color: Dodger Blue. HEX triplet: 21, 9E and E9. RGB value is (33,158,233). Sum of RGB (Red+Green+Blue) = 33+158+233=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #219EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219EE9 is #DE6116. Grayscale: #808080. Windows color (decimal): -14573847 or 15310369. OLE color: 15310369.
HSL color Cylindrical-coordinate representation of color #219EE9: hue angle of 202.5º 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 #219EE9 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 158 | 233 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.09 |
| HSL | 202.5º | 0.82% | 0.52% | - |
| HSV(B) | 202.5º | 0.86% | 0.91% | - |
| XYZ | 27.56 | 30.66 | 81.56 | - |
| YUV | 129.18 | 186.59 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 233 | 0.86 | 0.32 | 0 | 0.09 | 202.5 | 0.82 | 0.52 |
| Hex | 21 | 9E | E9 | 56 | 20 | 0 | 9 | CA | 52 | 34 |
| Octal | 41 | 236 | 351 | 126 | 40 | 0 | 11 | 312 | 122 | 64 |
| Binary | 100001 | 10011110 | 11101001 | 1010110 | 100000 | 0 | 1001 | 11001010 | 1010010 | 110100 |
Color Harmonies of #219EE9
Complementary color
Monochromatic Colors of #219EE9
Black with #219EE9
Text Example
Text Example
White with #219EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219EE9; }
p { color: rgb(33,158,233); }
H1.HeaderClassName
{
color: #219EE9;
}
.AnyTagClassName
{
color: #219EE9;
}
</style>
background-color css
<style>
a { background-color: #219EE9; }
a { background-color: rgb(33,158,233); }
div.DivClassName
{
background-color: #219EE9;
}
.BgClassName
{
background-color: #219EE9;
}
</style>
border-color css
<style>
span { border-color: #219EE9; }
span { border-color: rgb(33,158,233); }
td.TdClassName
{
border-color: #219EE9;
}
.TagClassName
{
border-color: #219EE9;
}
</style>