Shades of Blue #2220FD
Tints of Blue #2220FD
RGB
CMYK
RGB Variations
Color information
#2220FD (or 0x2220FD) is known color: Blue. HEX triplet: 22, 20 and FD. RGB value is (34,32,253). Sum of RGB (Red+Green+Blue) = 34+32+253=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #2220FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2220FD is #DDDF02. Grayscale: #383838. Windows color (decimal): -14540547 or 16588834. OLE color: 16588834.
HSL color Cylindrical-coordinate representation of color #2220FD: hue angle of 240.54º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2220FD is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 32 | 253 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.01 |
| HSL | 240.54º | 0.98% | 0.56% | - |
| HSV(B) | 240.54º | 0.87% | 0.99% | - |
| XYZ | 18.91 | 8.46 | 93.57 | - |
| YUV | 57.79 | 238.16 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 32 | 253 | 0.87 | 0.87 | 0 | 0.01 | 240.54 | 0.98 | 0.56 |
| Hex | 22 | 20 | FD | 57 | 57 | 0 | 1 | F1 | 62 | 38 |
| Octal | 42 | 40 | 375 | 127 | 127 | 0 | 1 | 361 | 142 | 70 |
| Binary | 100010 | 100000 | 11111101 | 1010111 | 1010111 | 0 | 1 | 11110001 | 1100010 | 111000 |
Color Harmonies of #2220FD
Complementary color
Monochromatic Colors of #2220FD
Black with #2220FD
Text Example
Text Example
White with #2220FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2220FD; }
p { color: rgb(34,32,253); }
H1.HeaderClassName
{
color: #2220FD;
}
.AnyTagClassName
{
color: #2220FD;
}
</style>
background-color css
<style>
a { background-color: #2220FD; }
a { background-color: rgb(34,32,253); }
div.DivClassName
{
background-color: #2220FD;
}
.BgClassName
{
background-color: #2220FD;
}
</style>
border-color css
<style>
span { border-color: #2220FD; }
span { border-color: rgb(34,32,253); }
td.TdClassName
{
border-color: #2220FD;
}
.TagClassName
{
border-color: #2220FD;
}
</style>