Shades of Dodger Blue #21ACF8
Tints of Dodger Blue #21ACF8
RGB
CMYK
RGB Variations
Color information
#21ACF8 (or 0x21ACF8) is known color: Dodger Blue. HEX triplet: 21, AC and F8. RGB value is (33,172,248). Sum of RGB (Red+Green+Blue) = 33+172+248=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #21ACF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ACF8 is #DE5307. Grayscale: #8A8A8A. Windows color (decimal): -14570248 or 16296993. OLE color: 16296993.
HSL color Cylindrical-coordinate representation of color #21ACF8: hue angle of 201.21º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21ACF8 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 33 | 172 | 248 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.03 |
| HSL | 201.21º | 0.94% | 0.55% | - |
| HSV(B) | 201.21º | 0.87% | 0.97% | - |
| XYZ | 32.32 | 36.61 | 94.17 | - |
| YUV | 139.1 | 189.45 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 248 | 0.87 | 0.31 | 0 | 0.03 | 201.21 | 0.94 | 0.55 |
| Hex | 21 | AC | F8 | 57 | 1F | 0 | 3 | C9 | 5E | 37 |
| Octal | 41 | 254 | 370 | 127 | 37 | 0 | 3 | 311 | 136 | 67 |
| Binary | 100001 | 10101100 | 11111000 | 1010111 | 11111 | 0 | 11 | 11001001 | 1011110 | 110111 |
Color Harmonies of #21ACF8
Complementary color
Monochromatic Colors of #21ACF8
Black with #21ACF8
Text Example
Text Example
White with #21ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACF8; }
p { color: rgb(33,172,248); }
H1.HeaderClassName
{
color: #21ACF8;
}
.AnyTagClassName
{
color: #21ACF8;
}
</style>
background-color css
<style>
a { background-color: #21ACF8; }
a { background-color: rgb(33,172,248); }
div.DivClassName
{
background-color: #21ACF8;
}
.BgClassName
{
background-color: #21ACF8;
}
</style>
border-color css
<style>
span { border-color: #21ACF8; }
span { border-color: rgb(33,172,248); }
td.TdClassName
{
border-color: #21ACF8;
}
.TagClassName
{
border-color: #21ACF8;
}
</style>