Shades of Dodger Blue #21A8F6
Tints of Dodger Blue #21A8F6
RGB
CMYK
RGB Variations
Color information
#21A8F6 (or 0x21A8F6) is known color: Dodger Blue. HEX triplet: 21, A8 and F6. RGB value is (33,168,246). Sum of RGB (Red+Green+Blue) = 33+168+246=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #21A8F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A8F6 is #DE5709. Grayscale: #888888. Windows color (decimal): -14571274 or 16164897. OLE color: 16164897.
HSL color Cylindrical-coordinate representation of color #21A8F6: hue angle of 201.97º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21A8F6 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 168 | 246 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.04 |
| HSL | 201.97º | 0.92% | 0.55% | - |
| HSV(B) | 201.97º | 0.87% | 0.96% | - |
| XYZ | 31.26 | 34.98 | 92.29 | - |
| YUV | 136.53 | 189.77 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 246 | 0.87 | 0.32 | 0 | 0.04 | 201.97 | 0.92 | 0.55 |
| Hex | 21 | A8 | F6 | 57 | 20 | 0 | 4 | CA | 5C | 37 |
| Octal | 41 | 250 | 366 | 127 | 40 | 0 | 4 | 312 | 134 | 67 |
| Binary | 100001 | 10101000 | 11110110 | 1010111 | 100000 | 0 | 100 | 11001010 | 1011100 | 110111 |
Color Harmonies of #21A8F6
Complementary color
Monochromatic Colors of #21A8F6
Black with #21A8F6
Text Example
Text Example
White with #21A8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A8F6; }
p { color: rgb(33,168,246); }
H1.HeaderClassName
{
color: #21A8F6;
}
.AnyTagClassName
{
color: #21A8F6;
}
</style>
background-color css
<style>
a { background-color: #21A8F6; }
a { background-color: rgb(33,168,246); }
div.DivClassName
{
background-color: #21A8F6;
}
.BgClassName
{
background-color: #21A8F6;
}
</style>
border-color css
<style>
span { border-color: #21A8F6; }
span { border-color: rgb(33,168,246); }
td.TdClassName
{
border-color: #21A8F6;
}
.TagClassName
{
border-color: #21A8F6;
}
</style>