Shades of Blue #2022ED
Tints of Blue #2022ED
RGB
CMYK
RGB Variations
Color information
#2022ED (or 0x2022ED) is known color: Blue. HEX triplet: 20, 22 and ED. RGB value is (32,34,237). Sum of RGB (Red+Green+Blue) = 32+34+237=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #2022ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2022ED is #DFDD12. Grayscale: #373737. Windows color (decimal): -14671123 or 15540768. OLE color: 15540768.
HSL color Cylindrical-coordinate representation of color #2022ED: hue angle of 239.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2022ED is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 34 | 237 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.07 |
| HSL | 239.41º | 0.85% | 0.53% | - |
| HSV(B) | 239.41º | 0.86% | 0.93% | - |
| XYZ | 16.45 | 7.57 | 80.71 | - |
| YUV | 56.54 | 229.84 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 237 | 0.86 | 0.86 | 0 | 0.07 | 239.41 | 0.85 | 0.53 |
| Hex | 20 | 22 | ED | 56 | 56 | 0 | 7 | EF | 55 | 35 |
| Octal | 40 | 42 | 355 | 126 | 126 | 0 | 7 | 357 | 125 | 65 |
| Binary | 100000 | 100010 | 11101101 | 1010110 | 1010110 | 0 | 111 | 11101111 | 1010101 | 110101 |
Color Harmonies of #2022ED
Complementary color
Monochromatic Colors of #2022ED
Black with #2022ED
Text Example
Text Example
White with #2022ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2022ED; }
p { color: rgb(32,34,237); }
H1.HeaderClassName
{
color: #2022ED;
}
.AnyTagClassName
{
color: #2022ED;
}
</style>
background-color css
<style>
a { background-color: #2022ED; }
a { background-color: rgb(32,34,237); }
div.DivClassName
{
background-color: #2022ED;
}
.BgClassName
{
background-color: #2022ED;
}
</style>
border-color css
<style>
span { border-color: #2022ED; }
span { border-color: rgb(32,34,237); }
td.TdClassName
{
border-color: #2022ED;
}
.TagClassName
{
border-color: #2022ED;
}
</style>