Shades of Dodger Blue #219FEE
Tints of Dodger Blue #219FEE
RGB
CMYK
RGB Variations
Color information
#219FEE (or 0x219FEE) is known color: Dodger Blue. HEX triplet: 21, 9F and EE. RGB value is (33,159,238). Sum of RGB (Red+Green+Blue) = 33+159+238=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #219FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219FEE is #DE6011. Grayscale: #818181. Windows color (decimal): -14573586 or 15638305. OLE color: 15638305.
HSL color Cylindrical-coordinate representation of color #219FEE: hue angle of 203.12º degrees, saturation: 0.86, 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 #219FEE is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 159 | 238 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.07 |
| HSL | 203.12º | 0.86% | 0.53% | - |
| HSV(B) | 203.12º | 0.86% | 0.93% | - |
| XYZ | 28.46 | 31.29 | 85.43 | - |
| YUV | 130.33 | 188.76 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 238 | 0.86 | 0.33 | 0 | 0.07 | 203.12 | 0.86 | 0.53 |
| Hex | 21 | 9F | EE | 56 | 21 | 0 | 7 | CB | 56 | 35 |
| Octal | 41 | 237 | 356 | 126 | 41 | 0 | 7 | 313 | 126 | 65 |
| Binary | 100001 | 10011111 | 11101110 | 1010110 | 100001 | 0 | 111 | 11001011 | 1010110 | 110101 |
Color Harmonies of #219FEE
Complementary color
Monochromatic Colors of #219FEE
Black with #219FEE
Text Example
Text Example
White with #219FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219FEE; }
p { color: rgb(33,159,238); }
H1.HeaderClassName
{
color: #219FEE;
}
.AnyTagClassName
{
color: #219FEE;
}
</style>
background-color css
<style>
a { background-color: #219FEE; }
a { background-color: rgb(33,159,238); }
div.DivClassName
{
background-color: #219FEE;
}
.BgClassName
{
background-color: #219FEE;
}
</style>
border-color css
<style>
span { border-color: #219FEE; }
span { border-color: rgb(33,159,238); }
td.TdClassName
{
border-color: #219FEE;
}
.TagClassName
{
border-color: #219FEE;
}
</style>