Shades of Dodger Blue #21AAF4
Tints of Dodger Blue #21AAF4
RGB
CMYK
RGB Variations
Color information
#21AAF4 (or 0x21AAF4) is known color: Dodger Blue. HEX triplet: 21, AA and F4. RGB value is (33,170,244). Sum of RGB (Red+Green+Blue) = 33+170+244=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #21AAF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AAF4 is #DE550B. Grayscale: #898989. Windows color (decimal): -14570764 or 16034337. OLE color: 16034337.
HSL color Cylindrical-coordinate representation of color #21AAF4: hue angle of 201.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21AAF4 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 170 | 244 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.04 |
| HSL | 201.04º | 0.91% | 0.54% | - |
| HSV(B) | 201.04º | 0.86% | 0.96% | - |
| XYZ | 31.33 | 35.6 | 90.81 | - |
| YUV | 137.47 | 188.11 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 244 | 0.86 | 0.30 | 0 | 0.04 | 201.04 | 0.91 | 0.54 |
| Hex | 21 | AA | F4 | 56 | 1E | 0 | 4 | C9 | 5B | 36 |
| Octal | 41 | 252 | 364 | 126 | 36 | 0 | 4 | 311 | 133 | 66 |
| Binary | 100001 | 10101010 | 11110100 | 1010110 | 11110 | 0 | 100 | 11001001 | 1011011 | 110110 |
Color Harmonies of #21AAF4
Complementary color
Monochromatic Colors of #21AAF4
Black with #21AAF4
Text Example
Text Example
White with #21AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAF4; }
p { color: rgb(33,170,244); }
H1.HeaderClassName
{
color: #21AAF4;
}
.AnyTagClassName
{
color: #21AAF4;
}
</style>
background-color css
<style>
a { background-color: #21AAF4; }
a { background-color: rgb(33,170,244); }
div.DivClassName
{
background-color: #21AAF4;
}
.BgClassName
{
background-color: #21AAF4;
}
</style>
border-color css
<style>
span { border-color: #21AAF4; }
span { border-color: rgb(33,170,244); }
td.TdClassName
{
border-color: #21AAF4;
}
.TagClassName
{
border-color: #21AAF4;
}
</style>