Shades of Blue #221FEA
Tints of Blue #221FEA
RGB
CMYK
RGB Variations
Color information
#221FEA (or 0x221FEA) is known color: Blue. HEX triplet: 22, 1F and EA. RGB value is (34,31,234). Sum of RGB (Red+Green+Blue) = 34+31+234=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #221FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221FEA is #DDE015. Grayscale: #363636. Windows color (decimal): -14540822 or 15343394. OLE color: 15343394.
HSL color Cylindrical-coordinate representation of color #221FEA: hue angle of 240.89º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221FEA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 31 | 234 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.08 |
| HSL | 240.89º | 0.83% | 0.52% | - |
| HSV(B) | 240.89º | 0.87% | 0.92% | - |
| XYZ | 16 | 7.26 | 78.4 | - |
| YUV | 55.04 | 228.99 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 234 | 0.85 | 0.87 | 0 | 0.08 | 240.89 | 0.83 | 0.52 |
| Hex | 22 | 1F | EA | 55 | 57 | 0 | 8 | F1 | 53 | 34 |
| Octal | 42 | 37 | 352 | 125 | 127 | 0 | 10 | 361 | 123 | 64 |
| Binary | 100010 | 11111 | 11101010 | 1010101 | 1010111 | 0 | 1000 | 11110001 | 1010011 | 110100 |
Color Harmonies of #221FEA
Complementary color
Monochromatic Colors of #221FEA
Black with #221FEA
Text Example
Text Example
White with #221FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FEA; }
p { color: rgb(34,31,234); }
H1.HeaderClassName
{
color: #221FEA;
}
.AnyTagClassName
{
color: #221FEA;
}
</style>
background-color css
<style>
a { background-color: #221FEA; }
a { background-color: rgb(34,31,234); }
div.DivClassName
{
background-color: #221FEA;
}
.BgClassName
{
background-color: #221FEA;
}
</style>
border-color css
<style>
span { border-color: #221FEA; }
span { border-color: rgb(34,31,234); }
td.TdClassName
{
border-color: #221FEA;
}
.TagClassName
{
border-color: #221FEA;
}
</style>