Shades of Dodger Blue #219FED
Tints of Dodger Blue #219FED
RGB
CMYK
RGB Variations
Color information
#219FED (or 0x219FED) is known color: Dodger Blue. HEX triplet: 21, 9F and ED. RGB value is (33,159,237). Sum of RGB (Red+Green+Blue) = 33+159+237=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #219FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219FED is #DE6012. Grayscale: #818181. Windows color (decimal): -14573587 or 15572769. OLE color: 15572769.
HSL color Cylindrical-coordinate representation of color #219FED: hue angle of 202.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219FED is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 159 | 237 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.07 |
| HSL | 202.94º | 0.85% | 0.53% | - |
| HSV(B) | 202.94º | 0.86% | 0.93% | - |
| XYZ | 28.31 | 31.23 | 84.66 | - |
| YUV | 130.22 | 188.26 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 237 | 0.86 | 0.33 | 0 | 0.07 | 202.94 | 0.85 | 0.53 |
| Hex | 21 | 9F | ED | 56 | 21 | 0 | 7 | CB | 55 | 35 |
| Octal | 41 | 237 | 355 | 126 | 41 | 0 | 7 | 313 | 125 | 65 |
| Binary | 100001 | 10011111 | 11101101 | 1010110 | 100001 | 0 | 111 | 11001011 | 1010101 | 110101 |
Color Harmonies of #219FED
Complementary color
Monochromatic Colors of #219FED
Black with #219FED
Text Example
Text Example
White with #219FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219FED; }
p { color: rgb(33,159,237); }
H1.HeaderClassName
{
color: #219FED;
}
.AnyTagClassName
{
color: #219FED;
}
</style>
background-color css
<style>
a { background-color: #219FED; }
a { background-color: rgb(33,159,237); }
div.DivClassName
{
background-color: #219FED;
}
.BgClassName
{
background-color: #219FED;
}
</style>
border-color css
<style>
span { border-color: #219FED; }
span { border-color: rgb(33,159,237); }
td.TdClassName
{
border-color: #219FED;
}
.TagClassName
{
border-color: #219FED;
}
</style>