Shades of Blue #221FEE
Tints of Blue #221FEE
RGB
CMYK
RGB Variations
Color information
#221FEE (or 0x221FEE) is known color: Blue. HEX triplet: 22, 1F and EE. RGB value is (34,31,238). Sum of RGB (Red+Green+Blue) = 34+31+238=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 238 (93.36% from 255 or 78.55% from 303); Max value from RGB is 238 - color contains mainly: blue. Hex color #221FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221FEE is #DDE011. Grayscale: #363636. Windows color (decimal): -14540818 or 15605538. OLE color: 15605538.
HSL color Cylindrical-coordinate representation of color #221FEE: hue angle of 240.87º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #221FEE is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 31 | 238 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.07 |
| HSL | 240.87º | 0.86% | 0.53% | - |
| HSV(B) | 240.87º | 0.87% | 0.93% | - |
| XYZ | 16.58 | 7.49 | 81.46 | - |
| YUV | 55.5 | 230.99 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 238 | 0.86 | 0.87 | 0 | 0.07 | 240.87 | 0.86 | 0.53 |
| Hex | 22 | 1F | EE | 56 | 57 | 0 | 7 | F1 | 56 | 35 |
| Octal | 42 | 37 | 356 | 126 | 127 | 0 | 7 | 361 | 126 | 65 |
| Binary | 100010 | 11111 | 11101110 | 1010110 | 1010111 | 0 | 111 | 11110001 | 1010110 | 110101 |
Color Harmonies of #221FEE
Complementary color
Monochromatic Colors of #221FEE
Black with #221FEE
Text Example
Text Example
White with #221FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221FEE; }
p { color: rgb(34,31,238); }
H1.HeaderClassName
{
color: #221FEE;
}
.AnyTagClassName
{
color: #221FEE;
}
</style>
background-color css
<style>
a { background-color: #221FEE; }
a { background-color: rgb(34,31,238); }
div.DivClassName
{
background-color: #221FEE;
}
.BgClassName
{
background-color: #221FEE;
}
</style>
border-color css
<style>
span { border-color: #221FEE; }
span { border-color: rgb(34,31,238); }
td.TdClassName
{
border-color: #221FEE;
}
.TagClassName
{
border-color: #221FEE;
}
</style>