Shades of Dodger Blue #21ABFE
Tints of Dodger Blue #21ABFE
RGB
CMYK
RGB Variations
Color information
#21ABFE (or 0x21ABFE) is known color: Dodger Blue. HEX triplet: 21, AB and FE. RGB value is (33,171,254). Sum of RGB (Red+Green+Blue) = 33+171+254=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #21ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ABFE is #DE5401. Grayscale: #8A8A8A. Windows color (decimal): -14570498 or 16689953. OLE color: 16689953.
HSL color Cylindrical-coordinate representation of color #21ABFE: hue angle of 202.53º 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 #21ABFE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 171 | 254 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.00 |
| HSL | 202.53º | 0.99% | 0.56% | - |
| HSV(B) | 202.53º | 0.87% | 1% | - |
| XYZ | 33.08 | 36.6 | 99.09 | - |
| YUV | 139.2 | 192.78 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 254 | 0.87 | 0.33 | 0 | 0.00 | 202.53 | 0.99 | 0.56 |
| Hex | 21 | AB | FE | 57 | 21 | 0 | 0 | CB | 63 | 38 |
| Octal | 41 | 253 | 376 | 127 | 41 | 0 | 0 | 313 | 143 | 70 |
| Binary | 100001 | 10101011 | 11111110 | 1010111 | 100001 | 0 | 0 | 11001011 | 1100011 | 111000 |
Color Harmonies of #21ABFE
Complementary color
Monochromatic Colors of #21ABFE
Black with #21ABFE
Text Example
Text Example
White with #21ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABFE; }
p { color: rgb(33,171,254); }
H1.HeaderClassName
{
color: #21ABFE;
}
.AnyTagClassName
{
color: #21ABFE;
}
</style>
background-color css
<style>
a { background-color: #21ABFE; }
a { background-color: rgb(33,171,254); }
div.DivClassName
{
background-color: #21ABFE;
}
.BgClassName
{
background-color: #21ABFE;
}
</style>
border-color css
<style>
span { border-color: #21ABFE; }
span { border-color: rgb(33,171,254); }
td.TdClassName
{
border-color: #21ABFE;
}
.TagClassName
{
border-color: #21ABFE;
}
</style>