Shades of Blue #221DF0
Tints of Blue #221DF0
RGB
CMYK
RGB Variations
Color information
#221DF0 (or 0x221DF0) is known color: Blue. HEX triplet: 22, 1D and F0. RGB value is (34,29,240). Sum of RGB (Red+Green+Blue) = 34+29+240=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 240 (94.14% from 255 or 79.21% from 303); Max value from RGB is 240 - color contains mainly: blue. Hex color #221DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221DF0 is #DDE20F. Grayscale: #353535. Windows color (decimal): -14541328 or 15736098. OLE color: 15736098.
HSL color Cylindrical-coordinate representation of color #221DF0: hue angle of 241.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221DF0 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 29 | 240 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.06 |
| HSL | 241.42º | 0.88% | 0.53% | - |
| HSV(B) | 241.42º | 0.88% | 0.94% | - |
| XYZ | 16.83 | 7.51 | 83 | - |
| YUV | 54.55 | 232.66 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 240 | 0.86 | 0.88 | 0 | 0.06 | 241.42 | 0.88 | 0.53 |
| Hex | 22 | 1D | F0 | 56 | 58 | 0 | 6 | F1 | 58 | 35 |
| Octal | 42 | 35 | 360 | 126 | 130 | 0 | 6 | 361 | 130 | 65 |
| Binary | 100010 | 11101 | 11110000 | 1010110 | 1011000 | 0 | 110 | 11110001 | 1011000 | 110101 |
Color Harmonies of #221DF0
Complementary color
Monochromatic Colors of #221DF0
Black with #221DF0
Text Example
Text Example
White with #221DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221DF0; }
p { color: rgb(34,29,240); }
H1.HeaderClassName
{
color: #221DF0;
}
.AnyTagClassName
{
color: #221DF0;
}
</style>
background-color css
<style>
a { background-color: #221DF0; }
a { background-color: rgb(34,29,240); }
div.DivClassName
{
background-color: #221DF0;
}
.BgClassName
{
background-color: #221DF0;
}
</style>
border-color css
<style>
span { border-color: #221DF0; }
span { border-color: rgb(34,29,240); }
td.TdClassName
{
border-color: #221DF0;
}
.TagClassName
{
border-color: #221DF0;
}
</style>