Shades of Dodger Blue #21A0FB
Tints of Dodger Blue #21A0FB
RGB
CMYK
RGB Variations
Color information
#21A0FB (or 0x21A0FB) is known color: Dodger Blue. HEX triplet: 21, A0 and FB. RGB value is (33,160,251). Sum of RGB (Red+Green+Blue) = 33+160+251=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #21A0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A0FB is #DE5F04. Grayscale: #838383. Windows color (decimal): -14573317 or 16490529. OLE color: 16490529.
HSL color Cylindrical-coordinate representation of color #21A0FB: hue angle of 205.05º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21A0FB is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 160 | 251 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.02 |
| HSL | 205.05º | 0.96% | 0.56% | - |
| HSV(B) | 205.05º | 0.87% | 0.98% | - |
| XYZ | 30.61 | 32.43 | 95.91 | - |
| YUV | 132.4 | 194.92 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 251 | 0.87 | 0.36 | 0 | 0.02 | 205.05 | 0.96 | 0.56 |
| Hex | 21 | A0 | FB | 57 | 24 | 0 | 2 | CD | 60 | 38 |
| Octal | 41 | 240 | 373 | 127 | 44 | 0 | 2 | 315 | 140 | 70 |
| Binary | 100001 | 10100000 | 11111011 | 1010111 | 100100 | 0 | 10 | 11001101 | 1100000 | 111000 |
Color Harmonies of #21A0FB
Complementary color
Monochromatic Colors of #21A0FB
Black with #21A0FB
Text Example
Text Example
White with #21A0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A0FB; }
p { color: rgb(33,160,251); }
H1.HeaderClassName
{
color: #21A0FB;
}
.AnyTagClassName
{
color: #21A0FB;
}
</style>
background-color css
<style>
a { background-color: #21A0FB; }
a { background-color: rgb(33,160,251); }
div.DivClassName
{
background-color: #21A0FB;
}
.BgClassName
{
background-color: #21A0FB;
}
</style>
border-color css
<style>
span { border-color: #21A0FB; }
span { border-color: rgb(33,160,251); }
td.TdClassName
{
border-color: #21A0FB;
}
.TagClassName
{
border-color: #21A0FB;
}
</style>