Shades of Dodger Blue #21A6FF
Tints of Dodger Blue #21A6FF
RGB
CMYK
RGB Variations
Color information
#21A6FF (or 0x21A6FF) is known color: Dodger Blue. HEX triplet: 21, A6 and FF. RGB value is (33,166,255). Sum of RGB (Red+Green+Blue) = 33+166+255=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #21A6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A6FF is #DE5900. Grayscale: #878787. Windows color (decimal): -14571777 or 16754209. OLE color: 16754209.
HSL color Cylindrical-coordinate representation of color #21A6FF: hue angle of 204.05º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21A6FF is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 166 | 255 | - |
| CMYK | 0.87 | 0.35 | 0 | 0 |
| HSL | 204.05º | 1% | 0.56% | - |
| HSV(B) | 204.05º | 0.87% | 1% | - |
| XYZ | 32.31 | 34.82 | 99.62 | - |
| YUV | 136.38 | 194.94 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 255 | 0.87 | 0.35 | 0 | 0 | 204.05 | 1 | 0.56 |
| Hex | 21 | A6 | FF | 57 | 23 | 0 | 0 | CC | 64 | 38 |
| Octal | 41 | 246 | 377 | 127 | 43 | 0 | 0 | 314 | 144 | 70 |
| Binary | 100001 | 10100110 | 11111111 | 1010111 | 100011 | 0 | 0 | 11001100 | 1100100 | 111000 |
Color Harmonies of #21A6FF
Complementary color
Monochromatic Colors of #21A6FF
Black with #21A6FF
Text Example
Text Example
White with #21A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A6FF; }
p { color: rgb(33,166,255); }
H1.HeaderClassName
{
color: #21A6FF;
}
.AnyTagClassName
{
color: #21A6FF;
}
</style>
background-color css
<style>
a { background-color: #21A6FF; }
a { background-color: rgb(33,166,255); }
div.DivClassName
{
background-color: #21A6FF;
}
.BgClassName
{
background-color: #21A6FF;
}
</style>
border-color css
<style>
span { border-color: #21A6FF; }
span { border-color: rgb(33,166,255); }
td.TdClassName
{
border-color: #21A6FF;
}
.TagClassName
{
border-color: #21A6FF;
}
</style>