Shades of Dodger Blue #219AF2
Tints of Dodger Blue #219AF2
RGB
CMYK
RGB Variations
Color information
#219AF2 (or 0x219AF2) is known color: Dodger Blue. HEX triplet: 21, 9A and F2. RGB value is (33,154,242). Sum of RGB (Red+Green+Blue) = 33+154+242=429 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.69% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #219AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219AF2 is #DE650D. Grayscale: #7F7F7F. Windows color (decimal): -14574862 or 15899169. OLE color: 15899169.
HSL color Cylindrical-coordinate representation of color #219AF2: hue angle of 205.26º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219AF2 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 154 | 242 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.05 |
| HSL | 205.26º | 0.89% | 0.54% | - |
| HSV(B) | 205.26º | 0.86% | 0.95% | - |
| XYZ | 28.21 | 29.85 | 88.28 | - |
| YUV | 127.85 | 192.41 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 242 | 0.86 | 0.36 | 0 | 0.05 | 205.26 | 0.89 | 0.54 |
| Hex | 21 | 9A | F2 | 56 | 24 | 0 | 5 | CD | 59 | 36 |
| Octal | 41 | 232 | 362 | 126 | 44 | 0 | 5 | 315 | 131 | 66 |
| Binary | 100001 | 10011010 | 11110010 | 1010110 | 100100 | 0 | 101 | 11001101 | 1011001 | 110110 |
Color Harmonies of #219AF2
Complementary color
Monochromatic Colors of #219AF2
Black with #219AF2
Text Example
Text Example
White with #219AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219AF2; }
p { color: rgb(33,154,242); }
H1.HeaderClassName
{
color: #219AF2;
}
.AnyTagClassName
{
color: #219AF2;
}
</style>
background-color css
<style>
a { background-color: #219AF2; }
a { background-color: rgb(33,154,242); }
div.DivClassName
{
background-color: #219AF2;
}
.BgClassName
{
background-color: #219AF2;
}
</style>
border-color css
<style>
span { border-color: #219AF2; }
span { border-color: rgb(33,154,242); }
td.TdClassName
{
border-color: #219AF2;
}
.TagClassName
{
border-color: #219AF2;
}
</style>