Shades of Dodger Blue #21AFFE
Tints of Dodger Blue #21AFFE
RGB
CMYK
RGB Variations
Color information
#21AFFE (or 0x21AFFE) is known color: Dodger Blue. HEX triplet: 21, AF and FE. RGB value is (33,175,254). Sum of RGB (Red+Green+Blue) = 33+175+254=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #21AFFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21AFFE is #DE5001. Grayscale: #8D8D8D. Windows color (decimal): -14569474 or 16690977. OLE color: 16690977.
HSL color Cylindrical-coordinate representation of color #21AFFE: hue angle of 201.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21AFFE is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 175 | 254 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.00 |
| HSL | 201.45º | 0.99% | 0.56% | - |
| HSV(B) | 201.45º | 0.87% | 1% | - |
| XYZ | 33.85 | 38.14 | 99.34 | - |
| YUV | 141.55 | 191.46 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 254 | 0.87 | 0.31 | 0 | 0.00 | 201.45 | 0.99 | 0.56 |
| Hex | 21 | AF | FE | 57 | 1F | 0 | 0 | C9 | 63 | 38 |
| Octal | 41 | 257 | 376 | 127 | 37 | 0 | 0 | 311 | 143 | 70 |
| Binary | 100001 | 10101111 | 11111110 | 1010111 | 11111 | 0 | 0 | 11001001 | 1100011 | 111000 |
Color Harmonies of #21AFFE
Complementary color
Monochromatic Colors of #21AFFE
Black with #21AFFE
Text Example
Text Example
White with #21AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFFE; }
p { color: rgb(33,175,254); }
H1.HeaderClassName
{
color: #21AFFE;
}
.AnyTagClassName
{
color: #21AFFE;
}
</style>
background-color css
<style>
a { background-color: #21AFFE; }
a { background-color: rgb(33,175,254); }
div.DivClassName
{
background-color: #21AFFE;
}
.BgClassName
{
background-color: #21AFFE;
}
</style>
border-color css
<style>
span { border-color: #21AFFE; }
span { border-color: rgb(33,175,254); }
td.TdClassName
{
border-color: #21AFFE;
}
.TagClassName
{
border-color: #21AFFE;
}
</style>