Shades of Dodger Blue #219CE9
Tints of Dodger Blue #219CE9
RGB
CMYK
RGB Variations
Color information
#219CE9 (or 0x219CE9) is known color: Dodger Blue. HEX triplet: 21, 9C and E9. RGB value is (33,156,233). Sum of RGB (Red+Green+Blue) = 33+156+233=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #219CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CE9 is #DE6316. Grayscale: #7F7F7F. Windows color (decimal): -14574359 or 15309857. OLE color: 15309857.
HSL color Cylindrical-coordinate representation of color #219CE9: hue angle of 203.1º 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 #219CE9 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 156 | 233 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.09 |
| HSL | 203.1º | 0.82% | 0.52% | - |
| HSV(B) | 203.1º | 0.86% | 0.91% | - |
| XYZ | 27.22 | 29.98 | 81.44 | - |
| YUV | 128 | 187.25 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 233 | 0.86 | 0.33 | 0 | 0.09 | 203.1 | 0.82 | 0.52 |
| Hex | 21 | 9C | E9 | 56 | 21 | 0 | 9 | CB | 52 | 34 |
| Octal | 41 | 234 | 351 | 126 | 41 | 0 | 11 | 313 | 122 | 64 |
| Binary | 100001 | 10011100 | 11101001 | 1010110 | 100001 | 0 | 1001 | 11001011 | 1010010 | 110100 |
Color Harmonies of #219CE9
Complementary color
Monochromatic Colors of #219CE9
Black with #219CE9
Text Example
Text Example
White with #219CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CE9; }
p { color: rgb(33,156,233); }
H1.HeaderClassName
{
color: #219CE9;
}
.AnyTagClassName
{
color: #219CE9;
}
</style>
background-color css
<style>
a { background-color: #219CE9; }
a { background-color: rgb(33,156,233); }
div.DivClassName
{
background-color: #219CE9;
}
.BgClassName
{
background-color: #219CE9;
}
</style>
border-color css
<style>
span { border-color: #219CE9; }
span { border-color: rgb(33,156,233); }
td.TdClassName
{
border-color: #219CE9;
}
.TagClassName
{
border-color: #219CE9;
}
</style>