Shades of Dodger Blue #21AAF3
Tints of Dodger Blue #21AAF3
RGB
CMYK
RGB Variations
Color information
#21AAF3 (or 0x21AAF3) is known color: Dodger Blue. HEX triplet: 21, AA and F3. RGB value is (33,170,243). Sum of RGB (Red+Green+Blue) = 33+170+243=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #21AAF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AAF3 is #DE550C. Grayscale: #888888. Windows color (decimal): -14570765 or 15968801. OLE color: 15968801.
HSL color Cylindrical-coordinate representation of color #21AAF3: hue angle of 200.86º degrees, saturation: 0.9, 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 #21AAF3 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 170 | 243 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.05 |
| HSL | 200.86º | 0.9% | 0.54% | - |
| HSV(B) | 200.86º | 0.86% | 0.95% | - |
| XYZ | 31.18 | 35.54 | 90.01 | - |
| YUV | 137.36 | 187.61 | 53.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 243 | 0.86 | 0.30 | 0 | 0.05 | 200.86 | 0.9 | 0.54 |
| Hex | 21 | AA | F3 | 56 | 1E | 0 | 5 | C9 | 5A | 36 |
| Octal | 41 | 252 | 363 | 126 | 36 | 0 | 5 | 311 | 132 | 66 |
| Binary | 100001 | 10101010 | 11110011 | 1010110 | 11110 | 0 | 101 | 11001001 | 1011010 | 110110 |
Color Harmonies of #21AAF3
Complementary color
Monochromatic Colors of #21AAF3
Black with #21AAF3
Text Example
Text Example
White with #21AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAF3; }
p { color: rgb(33,170,243); }
H1.HeaderClassName
{
color: #21AAF3;
}
.AnyTagClassName
{
color: #21AAF3;
}
</style>
background-color css
<style>
a { background-color: #21AAF3; }
a { background-color: rgb(33,170,243); }
div.DivClassName
{
background-color: #21AAF3;
}
.BgClassName
{
background-color: #21AAF3;
}
</style>
border-color css
<style>
span { border-color: #21AAF3; }
span { border-color: rgb(33,170,243); }
td.TdClassName
{
border-color: #21AAF3;
}
.TagClassName
{
border-color: #21AAF3;
}
</style>