Shades of Blue #221EFF
Tints of Blue #221EFF
RGB
CMYK
RGB Variations
Color information
#221EFF (or 0x221EFF) is known color: Blue. HEX triplet: 22, 1E and FF. RGB value is (34,30,255). Sum of RGB (Red+Green+Blue) = 34+30+255=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #221EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221EFF is #DDE100. Grayscale: #373737. Windows color (decimal): -14541057 or 16719394. OLE color: 16719394.
HSL color Cylindrical-coordinate representation of color #221EFF: hue angle of 241.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221EFF is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 30 | 255 | - |
| CMYK | 0.87 | 0.88 | 0 | 0 |
| HSL | 241.07º | 1% | 0.56% | - |
| HSV(B) | 241.07º | 0.88% | 1% | - |
| XYZ | 19.17 | 8.49 | 95.24 | - |
| YUV | 56.85 | 239.83 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 255 | 0.87 | 0.88 | 0 | 0 | 241.07 | 1 | 0.56 |
| Hex | 22 | 1E | FF | 57 | 58 | 0 | 0 | F1 | 64 | 38 |
| Octal | 42 | 36 | 377 | 127 | 130 | 0 | 0 | 361 | 144 | 70 |
| Binary | 100010 | 11110 | 11111111 | 1010111 | 1011000 | 0 | 0 | 11110001 | 1100100 | 111000 |
Color Harmonies of #221EFF
Complementary color
Monochromatic Colors of #221EFF
Black with #221EFF
Text Example
Text Example
White with #221EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221EFF; }
p { color: rgb(34,30,255); }
H1.HeaderClassName
{
color: #221EFF;
}
.AnyTagClassName
{
color: #221EFF;
}
</style>
background-color css
<style>
a { background-color: #221EFF; }
a { background-color: rgb(34,30,255); }
div.DivClassName
{
background-color: #221EFF;
}
.BgClassName
{
background-color: #221EFF;
}
</style>
border-color css
<style>
span { border-color: #221EFF; }
span { border-color: rgb(34,30,255); }
td.TdClassName
{
border-color: #221EFF;
}
.TagClassName
{
border-color: #221EFF;
}
</style>