Shades of Dodger Blue #219BE9
Tints of Dodger Blue #219BE9
RGB
CMYK
RGB Variations
Color information
#219BE9 (or 0x219BE9) is known color: Dodger Blue. HEX triplet: 21, 9B and E9. RGB value is (33,155,233). Sum of RGB (Red+Green+Blue) = 33+155+233=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 233 (91.41% from 255 or 55.34% from 421); Max value from RGB is 233 - color contains mainly: blue. Hex color #219BE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BE9 is #DE6416. Grayscale: #7E7E7E. Windows color (decimal): -14574615 or 15309601. OLE color: 15309601.
HSL color Cylindrical-coordinate representation of color #219BE9: hue angle of 203.4º 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 #219BE9 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 155 | 233 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.09 |
| HSL | 203.4º | 0.82% | 0.52% | - |
| HSV(B) | 203.4º | 0.86% | 0.91% | - |
| XYZ | 27.06 | 29.65 | 81.39 | - |
| YUV | 127.41 | 187.58 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 233 | 0.86 | 0.33 | 0 | 0.09 | 203.4 | 0.82 | 0.52 |
| Hex | 21 | 9B | E9 | 56 | 21 | 0 | 9 | CB | 52 | 34 |
| Octal | 41 | 233 | 351 | 126 | 41 | 0 | 11 | 313 | 122 | 64 |
| Binary | 100001 | 10011011 | 11101001 | 1010110 | 100001 | 0 | 1001 | 11001011 | 1010010 | 110100 |
Color Harmonies of #219BE9
Complementary color
Monochromatic Colors of #219BE9
Black with #219BE9
Text Example
Text Example
White with #219BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BE9; }
p { color: rgb(33,155,233); }
H1.HeaderClassName
{
color: #219BE9;
}
.AnyTagClassName
{
color: #219BE9;
}
</style>
background-color css
<style>
a { background-color: #219BE9; }
a { background-color: rgb(33,155,233); }
div.DivClassName
{
background-color: #219BE9;
}
.BgClassName
{
background-color: #219BE9;
}
</style>
border-color css
<style>
span { border-color: #219BE9; }
span { border-color: rgb(33,155,233); }
td.TdClassName
{
border-color: #219BE9;
}
.TagClassName
{
border-color: #219BE9;
}
</style>