Shades of Dodger Blue #21ACFF
Tints of Dodger Blue #21ACFF
RGB
CMYK
RGB Variations
Color information
#21ACFF (or 0x21ACFF) is known color: Dodger Blue. HEX triplet: 21, AC and FF. RGB value is (33,172,255). Sum of RGB (Red+Green+Blue) = 33+172+255=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #21ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ACFF is #DE5300. Grayscale: #8B8B8B. Windows color (decimal): -14570241 or 16755745. OLE color: 16755745.
HSL color Cylindrical-coordinate representation of color #21ACFF: hue angle of 202.43º 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 #21ACFF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 172 | 255 | - |
| CMYK | 0.87 | 0.33 | 0 | 0 |
| HSL | 202.43º | 1% | 0.56% | - |
| HSV(B) | 202.43º | 0.87% | 1% | - |
| XYZ | 33.43 | 37.05 | 100 | - |
| YUV | 139.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 255 | 0.87 | 0.33 | 0 | 0 | 202.43 | 1 | 0.56 |
| Hex | 21 | AC | FF | 57 | 21 | 0 | 0 | CA | 64 | 38 |
| Octal | 41 | 254 | 377 | 127 | 41 | 0 | 0 | 312 | 144 | 70 |
| Binary | 100001 | 10101100 | 11111111 | 1010111 | 100001 | 0 | 0 | 11001010 | 1100100 | 111000 |
Color Harmonies of #21ACFF
Complementary color
Monochromatic Colors of #21ACFF
Black with #21ACFF
Text Example
Text Example
White with #21ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACFF; }
p { color: rgb(33,172,255); }
H1.HeaderClassName
{
color: #21ACFF;
}
.AnyTagClassName
{
color: #21ACFF;
}
</style>
background-color css
<style>
a { background-color: #21ACFF; }
a { background-color: rgb(33,172,255); }
div.DivClassName
{
background-color: #21ACFF;
}
.BgClassName
{
background-color: #21ACFF;
}
</style>
border-color css
<style>
span { border-color: #21ACFF; }
span { border-color: rgb(33,172,255); }
td.TdClassName
{
border-color: #21ACFF;
}
.TagClassName
{
border-color: #21ACFF;
}
</style>