Shades of Blue #221CEB
Tints of Blue #221CEB
RGB
CMYK
RGB Variations
Color information
#221CEB (or 0x221CEB) is known color: Blue. HEX triplet: 22, 1C and EB. RGB value is (34,28,235). Sum of RGB (Red+Green+Blue) = 34+28+235=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #221CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #221CEB is #DDE314. Grayscale: #343434. Windows color (decimal): -14541589 or 15408162. OLE color: 15408162.
HSL color Cylindrical-coordinate representation of color #221CEB: hue angle of 241.74º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #221CEB is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 28 | 235 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.08 |
| HSL | 241.74º | 0.84% | 0.52% | - |
| HSV(B) | 241.74º | 0.88% | 0.92% | - |
| XYZ | 16.07 | 7.17 | 79.13 | - |
| YUV | 53.39 | 230.49 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 235 | 0.86 | 0.88 | 0 | 0.08 | 241.74 | 0.84 | 0.52 |
| Hex | 22 | 1C | EB | 56 | 58 | 0 | 8 | F2 | 54 | 34 |
| Octal | 42 | 34 | 353 | 126 | 130 | 0 | 10 | 362 | 124 | 64 |
| Binary | 100010 | 11100 | 11101011 | 1010110 | 1011000 | 0 | 1000 | 11110010 | 1010100 | 110100 |
Color Harmonies of #221CEB
Complementary color
Monochromatic Colors of #221CEB
Black with #221CEB
Text Example
Text Example
White with #221CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221CEB; }
p { color: rgb(34,28,235); }
H1.HeaderClassName
{
color: #221CEB;
}
.AnyTagClassName
{
color: #221CEB;
}
</style>
background-color css
<style>
a { background-color: #221CEB; }
a { background-color: rgb(34,28,235); }
div.DivClassName
{
background-color: #221CEB;
}
.BgClassName
{
background-color: #221CEB;
}
</style>
border-color css
<style>
span { border-color: #221CEB; }
span { border-color: rgb(34,28,235); }
td.TdClassName
{
border-color: #221CEB;
}
.TagClassName
{
border-color: #221CEB;
}
</style>