Shades of Dodger Blue #21A5FE
Tints of Dodger Blue #21A5FE
RGB
CMYK
RGB Variations
Color information
#21A5FE (or 0x21A5FE) is known color: Dodger Blue. HEX triplet: 21, A5 and FE. RGB value is (33,165,254). Sum of RGB (Red+Green+Blue) = 33+165+254=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #21A5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A5FE is #DE5A01. Grayscale: #878787. Windows color (decimal): -14572034 or 16688417. OLE color: 16688417.
HSL color Cylindrical-coordinate representation of color #21A5FE: hue angle of 204.16º 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 #21A5FE is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 165 | 254 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.00 |
| HSL | 204.16º | 0.99% | 0.56% | - |
| HSV(B) | 204.16º | 0.87% | 1% | - |
| XYZ | 31.97 | 34.39 | 98.72 | - |
| YUV | 135.68 | 194.77 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 254 | 0.87 | 0.35 | 0 | 0.00 | 204.16 | 0.99 | 0.56 |
| Hex | 21 | A5 | FE | 57 | 23 | 0 | 0 | CC | 63 | 38 |
| Octal | 41 | 245 | 376 | 127 | 43 | 0 | 0 | 314 | 143 | 70 |
| Binary | 100001 | 10100101 | 11111110 | 1010111 | 100011 | 0 | 0 | 11001100 | 1100011 | 111000 |
Color Harmonies of #21A5FE
Complementary color
Monochromatic Colors of #21A5FE
Black with #21A5FE
Text Example
Text Example
White with #21A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A5FE; }
p { color: rgb(33,165,254); }
H1.HeaderClassName
{
color: #21A5FE;
}
.AnyTagClassName
{
color: #21A5FE;
}
</style>
background-color css
<style>
a { background-color: #21A5FE; }
a { background-color: rgb(33,165,254); }
div.DivClassName
{
background-color: #21A5FE;
}
.BgClassName
{
background-color: #21A5FE;
}
</style>
border-color css
<style>
span { border-color: #21A5FE; }
span { border-color: rgb(33,165,254); }
td.TdClassName
{
border-color: #21A5FE;
}
.TagClassName
{
border-color: #21A5FE;
}
</style>