Shades of Dodger Blue #21ACF9
Tints of Dodger Blue #21ACF9
RGB
CMYK
RGB Variations
Color information
#21ACF9 (or 0x21ACF9) is known color: Dodger Blue. HEX triplet: 21, AC and F9. RGB value is (33,172,249). Sum of RGB (Red+Green+Blue) = 33+172+249=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #21ACF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ACF9 is #DE5306. Grayscale: #8A8A8A. Windows color (decimal): -14570247 or 16362529. OLE color: 16362529.
HSL color Cylindrical-coordinate representation of color #21ACF9: hue angle of 201.39º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21ACF9 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 172 | 249 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.02 |
| HSL | 201.39º | 0.95% | 0.55% | - |
| HSV(B) | 201.39º | 0.87% | 0.98% | - |
| XYZ | 32.48 | 36.67 | 94.99 | - |
| YUV | 139.22 | 189.95 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 249 | 0.87 | 0.31 | 0 | 0.02 | 201.39 | 0.95 | 0.55 |
| Hex | 21 | AC | F9 | 57 | 1F | 0 | 2 | C9 | 5F | 37 |
| Octal | 41 | 254 | 371 | 127 | 37 | 0 | 2 | 311 | 137 | 67 |
| Binary | 100001 | 10101100 | 11111001 | 1010111 | 11111 | 0 | 10 | 11001001 | 1011111 | 110111 |
Color Harmonies of #21ACF9
Complementary color
Monochromatic Colors of #21ACF9
Black with #21ACF9
Text Example
Text Example
White with #21ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACF9; }
p { color: rgb(33,172,249); }
H1.HeaderClassName
{
color: #21ACF9;
}
.AnyTagClassName
{
color: #21ACF9;
}
</style>
background-color css
<style>
a { background-color: #21ACF9; }
a { background-color: rgb(33,172,249); }
div.DivClassName
{
background-color: #21ACF9;
}
.BgClassName
{
background-color: #21ACF9;
}
</style>
border-color css
<style>
span { border-color: #21ACF9; }
span { border-color: rgb(33,172,249); }
td.TdClassName
{
border-color: #21ACF9;
}
.TagClassName
{
border-color: #21ACF9;
}
</style>