Shades of Blue #221FE9
Tints of Blue #221FE9
RGB
CMYK
RGB Variations
Color information
#221FE9 (or 0x221FE9) is known color: Blue. HEX triplet: 22, 1F and E9. RGB value is (34,31,233). Sum of RGB (Red+Green+Blue) = 34+31+233=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 233 (91.41% from 255 or 78.19% from 298); Max value from RGB is 233 - color contains mainly: blue. Hex color #221FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221FE9 is #DDE016. Grayscale: #363636. Windows color (decimal): -14540823 or 15277858. OLE color: 15277858.
HSL color Cylindrical-coordinate representation of color #221FE9: hue angle of 240.89º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221FE9 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 31 | 233 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.09 |
| HSL | 240.89º | 0.82% | 0.52% | - |
| HSV(B) | 240.89º | 0.87% | 0.91% | - |
| XYZ | 15.86 | 7.2 | 77.65 | - |
| YUV | 54.93 | 228.49 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 233 | 0.85 | 0.87 | 0 | 0.09 | 240.89 | 0.82 | 0.52 |
| Hex | 22 | 1F | E9 | 55 | 57 | 0 | 9 | F1 | 52 | 34 |
| Octal | 42 | 37 | 351 | 125 | 127 | 0 | 11 | 361 | 122 | 64 |
| Binary | 100010 | 11111 | 11101001 | 1010101 | 1010111 | 0 | 1001 | 11110001 | 1010010 | 110100 |
Color Harmonies of #221FE9
Complementary color
Monochromatic Colors of #221FE9
Black with #221FE9
Text Example
Text Example
White with #221FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FE9; }
p { color: rgb(34,31,233); }
H1.HeaderClassName
{
color: #221FE9;
}
.AnyTagClassName
{
color: #221FE9;
}
</style>
background-color css
<style>
a { background-color: #221FE9; }
a { background-color: rgb(34,31,233); }
div.DivClassName
{
background-color: #221FE9;
}
.BgClassName
{
background-color: #221FE9;
}
</style>
border-color css
<style>
span { border-color: #221FE9; }
span { border-color: rgb(34,31,233); }
td.TdClassName
{
border-color: #221FE9;
}
.TagClassName
{
border-color: #221FE9;
}
</style>