Shades of Blue #2021EF
Tints of Blue #2021EF
RGB
CMYK
RGB Variations
Color information
#2021EF (or 0x2021EF) is known color: Blue. HEX triplet: 20, 21 and EF. RGB value is (32,33,239). Sum of RGB (Red+Green+Blue) = 32+33+239=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #2021EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2021EF is #DFDE10. Grayscale: #373737. Windows color (decimal): -14671377 or 15671584. OLE color: 15671584.
HSL color Cylindrical-coordinate representation of color #2021EF: hue angle of 239.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2021EF is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 33 | 239 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.06 |
| HSL | 239.71º | 0.87% | 0.53% | - |
| HSV(B) | 239.71º | 0.87% | 0.94% | - |
| XYZ | 16.72 | 7.63 | 82.25 | - |
| YUV | 56.19 | 231.17 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 239 | 0.87 | 0.86 | 0 | 0.06 | 239.71 | 0.87 | 0.53 |
| Hex | 20 | 21 | EF | 57 | 56 | 0 | 6 | F0 | 57 | 35 |
| Octal | 40 | 41 | 357 | 127 | 126 | 0 | 6 | 360 | 127 | 65 |
| Binary | 100000 | 100001 | 11101111 | 1010111 | 1010110 | 0 | 110 | 11110000 | 1010111 | 110101 |
Color Harmonies of #2021EF
Complementary color
Monochromatic Colors of #2021EF
Black with #2021EF
Text Example
Text Example
White with #2021EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021EF; }
p { color: rgb(32,33,239); }
H1.HeaderClassName
{
color: #2021EF;
}
.AnyTagClassName
{
color: #2021EF;
}
</style>
background-color css
<style>
a { background-color: #2021EF; }
a { background-color: rgb(32,33,239); }
div.DivClassName
{
background-color: #2021EF;
}
.BgClassName
{
background-color: #2021EF;
}
</style>
border-color css
<style>
span { border-color: #2021EF; }
span { border-color: rgb(32,33,239); }
td.TdClassName
{
border-color: #2021EF;
}
.TagClassName
{
border-color: #2021EF;
}
</style>