Shades of Blue #2021EE
Tints of Blue #2021EE
RGB
CMYK
RGB Variations
Color information
#2021EE (or 0x2021EE) is known color: Blue. HEX triplet: 20, 21 and EE. RGB value is (32,33,238). Sum of RGB (Red+Green+Blue) = 32+33+238=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #2021EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2021EE is #DFDE11. Grayscale: #373737. Windows color (decimal): -14671378 or 15606048. OLE color: 15606048.
HSL color Cylindrical-coordinate representation of color #2021EE: hue angle of 239.71º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2021EE is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 33 | 238 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.07 |
| HSL | 239.71º | 0.86% | 0.53% | - |
| HSV(B) | 239.71º | 0.87% | 0.93% | - |
| XYZ | 16.57 | 7.57 | 81.48 | - |
| YUV | 56.07 | 230.67 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 238 | 0.87 | 0.86 | 0 | 0.07 | 239.71 | 0.86 | 0.53 |
| Hex | 20 | 21 | EE | 57 | 56 | 0 | 7 | F0 | 56 | 35 |
| Octal | 40 | 41 | 356 | 127 | 126 | 0 | 7 | 360 | 126 | 65 |
| Binary | 100000 | 100001 | 11101110 | 1010111 | 1010110 | 0 | 111 | 11110000 | 1010110 | 110101 |
Color Harmonies of #2021EE
Complementary color
Monochromatic Colors of #2021EE
Black with #2021EE
Text Example
Text Example
White with #2021EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021EE; }
p { color: rgb(32,33,238); }
H1.HeaderClassName
{
color: #2021EE;
}
.AnyTagClassName
{
color: #2021EE;
}
</style>
background-color css
<style>
a { background-color: #2021EE; }
a { background-color: rgb(32,33,238); }
div.DivClassName
{
background-color: #2021EE;
}
.BgClassName
{
background-color: #2021EE;
}
</style>
border-color css
<style>
span { border-color: #2021EE; }
span { border-color: rgb(32,33,238); }
td.TdClassName
{
border-color: #2021EE;
}
.TagClassName
{
border-color: #2021EE;
}
</style>