Shades of Dodger Blue #21A0EA
Tints of Dodger Blue #21A0EA
RGB
CMYK
RGB Variations
Color information
#21A0EA (or 0x21A0EA) is known color: Dodger Blue. HEX triplet: 21, A0 and EA. RGB value is (33,160,234). Sum of RGB (Red+Green+Blue) = 33+160+234=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #21A0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21A0EA is #DE5F15. Grayscale: #828282. Windows color (decimal): -14573334 or 15376417. OLE color: 15376417.
HSL color Cylindrical-coordinate representation of color #21A0EA: hue angle of 202.09º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21A0EA is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 160 | 234 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.08 |
| HSL | 202.09º | 0.83% | 0.52% | - |
| HSV(B) | 202.09º | 0.86% | 0.92% | - |
| XYZ | 28.05 | 31.41 | 82.43 | - |
| YUV | 130.46 | 186.42 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 234 | 0.86 | 0.32 | 0 | 0.08 | 202.09 | 0.83 | 0.52 |
| Hex | 21 | A0 | EA | 56 | 20 | 0 | 8 | CA | 53 | 34 |
| Octal | 41 | 240 | 352 | 126 | 40 | 0 | 10 | 312 | 123 | 64 |
| Binary | 100001 | 10100000 | 11101010 | 1010110 | 100000 | 0 | 1000 | 11001010 | 1010011 | 110100 |
Color Harmonies of #21A0EA
Complementary color
Monochromatic Colors of #21A0EA
Black with #21A0EA
Text Example
Text Example
White with #21A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A0EA; }
p { color: rgb(33,160,234); }
H1.HeaderClassName
{
color: #21A0EA;
}
.AnyTagClassName
{
color: #21A0EA;
}
</style>
background-color css
<style>
a { background-color: #21A0EA; }
a { background-color: rgb(33,160,234); }
div.DivClassName
{
background-color: #21A0EA;
}
.BgClassName
{
background-color: #21A0EA;
}
</style>
border-color css
<style>
span { border-color: #21A0EA; }
span { border-color: rgb(33,160,234); }
td.TdClassName
{
border-color: #21A0EA;
}
.TagClassName
{
border-color: #21A0EA;
}
</style>