Shades of Dodger Blue #21AFFF
Tints of Dodger Blue #21AFFF
RGB
CMYK
RGB Variations
Color information
#21AFFF (or 0x21AFFF) is known color: Dodger Blue. HEX triplet: 21, AF and FF. RGB value is (33,175,255). Sum of RGB (Red+Green+Blue) = 33+175+255=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #21AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFFF is #DE5000. Grayscale: #8D8D8D. Windows color (decimal): -14569473 or 16756513. OLE color: 16756513.
HSL color Cylindrical-coordinate representation of color #21AFFF: hue angle of 201.62º 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 #21AFFF is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 175 | 255 | - |
| CMYK | 0.87 | 0.31 | 0 | 0 |
| HSL | 201.62º | 1% | 0.56% | - |
| HSV(B) | 201.62º | 0.87% | 1% | - |
| XYZ | 34.01 | 38.2 | 100.19 | - |
| YUV | 141.66 | 191.96 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 255 | 0.87 | 0.31 | 0 | 0 | 201.62 | 1 | 0.56 |
| Hex | 21 | AF | FF | 57 | 1F | 0 | 0 | CA | 64 | 38 |
| Octal | 41 | 257 | 377 | 127 | 37 | 0 | 0 | 312 | 144 | 70 |
| Binary | 100001 | 10101111 | 11111111 | 1010111 | 11111 | 0 | 0 | 11001010 | 1100100 | 111000 |
Color Harmonies of #21AFFF
Complementary color
Monochromatic Colors of #21AFFF
Black with #21AFFF
Text Example
Text Example
White with #21AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFFF; }
p { color: rgb(33,175,255); }
H1.HeaderClassName
{
color: #21AFFF;
}
.AnyTagClassName
{
color: #21AFFF;
}
</style>
background-color css
<style>
a { background-color: #21AFFF; }
a { background-color: rgb(33,175,255); }
div.DivClassName
{
background-color: #21AFFF;
}
.BgClassName
{
background-color: #21AFFF;
}
</style>
border-color css
<style>
span { border-color: #21AFFF; }
span { border-color: rgb(33,175,255); }
td.TdClassName
{
border-color: #21AFFF;
}
.TagClassName
{
border-color: #21AFFF;
}
</style>