Shades of Dodger Blue #21A8FE
Tints of Dodger Blue #21A8FE
RGB
CMYK
RGB Variations
Color information
#21A8FE (or 0x21A8FE) is known color: Dodger Blue. HEX triplet: 21, A8 and FE. RGB value is (33,168,254). Sum of RGB (Red+Green+Blue) = 33+168+254=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #21A8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A8FE is #DE5701. Grayscale: #888888. Windows color (decimal): -14571266 or 16689185. OLE color: 16689185.
HSL color Cylindrical-coordinate representation of color #21A8FE: hue angle of 203.35º 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 #21A8FE is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 168 | 254 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.00 |
| HSL | 203.35º | 0.99% | 0.56% | - |
| HSV(B) | 203.35º | 0.87% | 1% | - |
| XYZ | 32.52 | 35.48 | 98.9 | - |
| YUV | 137.44 | 193.77 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 254 | 0.87 | 0.34 | 0 | 0.00 | 203.35 | 0.99 | 0.56 |
| Hex | 21 | A8 | FE | 57 | 22 | 0 | 0 | CB | 63 | 38 |
| Octal | 41 | 250 | 376 | 127 | 42 | 0 | 0 | 313 | 143 | 70 |
| Binary | 100001 | 10101000 | 11111110 | 1010111 | 100010 | 0 | 0 | 11001011 | 1100011 | 111000 |
Color Harmonies of #21A8FE
Complementary color
Monochromatic Colors of #21A8FE
Black with #21A8FE
Text Example
Text Example
White with #21A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A8FE; }
p { color: rgb(33,168,254); }
H1.HeaderClassName
{
color: #21A8FE;
}
.AnyTagClassName
{
color: #21A8FE;
}
</style>
background-color css
<style>
a { background-color: #21A8FE; }
a { background-color: rgb(33,168,254); }
div.DivClassName
{
background-color: #21A8FE;
}
.BgClassName
{
background-color: #21A8FE;
}
</style>
border-color css
<style>
span { border-color: #21A8FE; }
span { border-color: rgb(33,168,254); }
td.TdClassName
{
border-color: #21A8FE;
}
.TagClassName
{
border-color: #21A8FE;
}
</style>