Shades of Dodger Blue #21A5FF
Tints of Dodger Blue #21A5FF
RGB
CMYK
RGB Variations
Color information
#21A5FF (or 0x21A5FF) is known color: Dodger Blue. HEX triplet: 21, A5 and FF. RGB value is (33,165,255). Sum of RGB (Red+Green+Blue) = 33+165+255=453 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.28% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #21A5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A5FF is #DE5A00. Grayscale: #878787. Windows color (decimal): -14572033 or 16753953. OLE color: 16753953.
HSL color Cylindrical-coordinate representation of color #21A5FF: hue angle of 204.32º 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 #21A5FF is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 165 | 255 | - |
| CMYK | 0.87 | 0.35 | 0 | 0 |
| HSL | 204.32º | 1% | 0.56% | - |
| HSV(B) | 204.32º | 0.87% | 1% | - |
| XYZ | 32.13 | 34.45 | 99.56 | - |
| YUV | 135.79 | 195.27 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 255 | 0.87 | 0.35 | 0 | 0 | 204.32 | 1 | 0.56 |
| Hex | 21 | A5 | FF | 57 | 23 | 0 | 0 | CC | 64 | 38 |
| Octal | 41 | 245 | 377 | 127 | 43 | 0 | 0 | 314 | 144 | 70 |
| Binary | 100001 | 10100101 | 11111111 | 1010111 | 100011 | 0 | 0 | 11001100 | 1100100 | 111000 |
Color Harmonies of #21A5FF
Complementary color
Monochromatic Colors of #21A5FF
Black with #21A5FF
Text Example
Text Example
White with #21A5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A5FF; }
p { color: rgb(33,165,255); }
H1.HeaderClassName
{
color: #21A5FF;
}
.AnyTagClassName
{
color: #21A5FF;
}
</style>
background-color css
<style>
a { background-color: #21A5FF; }
a { background-color: rgb(33,165,255); }
div.DivClassName
{
background-color: #21A5FF;
}
.BgClassName
{
background-color: #21A5FF;
}
</style>
border-color css
<style>
span { border-color: #21A5FF; }
span { border-color: rgb(33,165,255); }
td.TdClassName
{
border-color: #21A5FF;
}
.TagClassName
{
border-color: #21A5FF;
}
</style>