Shades of Blue #221CE9
Tints of Blue #221CE9
RGB
CMYK
RGB Variations
Color information
#221CE9 (or 0x221CE9) is known color: Blue. HEX triplet: 22, 1C and E9. RGB value is (34,28,233). Sum of RGB (Red+Green+Blue) = 34+28+233=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 233 (91.41% from 255 or 78.98% from 295); Max value from RGB is 233 - color contains mainly: blue. Hex color #221CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221CE9 is #DDE316. Grayscale: #343434. Windows color (decimal): -14541591 or 15277090. OLE color: 15277090.
HSL color Cylindrical-coordinate representation of color #221CE9: hue angle of 241.76º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221CE9 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 28 | 233 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.09 |
| HSL | 241.76º | 0.82% | 0.51% | - |
| HSV(B) | 241.76º | 0.88% | 0.91% | - |
| XYZ | 15.78 | 7.05 | 77.62 | - |
| YUV | 53.16 | 229.49 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 233 | 0.85 | 0.88 | 0 | 0.09 | 241.76 | 0.82 | 0.51 |
| Hex | 22 | 1C | E9 | 55 | 58 | 0 | 9 | F2 | 52 | 33 |
| Octal | 42 | 34 | 351 | 125 | 130 | 0 | 11 | 362 | 122 | 63 |
| Binary | 100010 | 11100 | 11101001 | 1010101 | 1011000 | 0 | 1001 | 11110010 | 1010010 | 110011 |
Color Harmonies of #221CE9
Complementary color
Monochromatic Colors of #221CE9
Black with #221CE9
Text Example
Text Example
White with #221CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CE9; }
p { color: rgb(34,28,233); }
H1.HeaderClassName
{
color: #221CE9;
}
.AnyTagClassName
{
color: #221CE9;
}
</style>
background-color css
<style>
a { background-color: #221CE9; }
a { background-color: rgb(34,28,233); }
div.DivClassName
{
background-color: #221CE9;
}
.BgClassName
{
background-color: #221CE9;
}
</style>
border-color css
<style>
span { border-color: #221CE9; }
span { border-color: rgb(34,28,233); }
td.TdClassName
{
border-color: #221CE9;
}
.TagClassName
{
border-color: #221CE9;
}
</style>