Shades of Blue #2226FF
Tints of Blue #2226FF
RGB
CMYK
RGB Variations
Color information
#2226FF (or 0x2226FF) is known color: Blue. HEX triplet: 22, 26 and FF. RGB value is (34,38,255). Sum of RGB (Red+Green+Blue) = 34+38+255=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #2226FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2226FF is #DDD900. Grayscale: #3C3C3C. Windows color (decimal): -14539009 or 16721442. OLE color: 16721442.
HSL color Cylindrical-coordinate representation of color #2226FF: hue angle of 238.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2226FF is Cyan = 0.87, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 38 | 255 | - |
| CMYK | 0.87 | 0.85 | 0 | 0 |
| HSL | 238.91º | 1% | 0.57% | - |
| HSV(B) | 238.91º | 0.87% | 1% | - |
| XYZ | 19.4 | 8.95 | 95.31 | - |
| YUV | 61.54 | 237.17 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 255 | 0.87 | 0.85 | 0 | 0 | 238.91 | 1 | 0.57 |
| Hex | 22 | 26 | FF | 57 | 55 | 0 | 0 | EF | 64 | 39 |
| Octal | 42 | 46 | 377 | 127 | 125 | 0 | 0 | 357 | 144 | 71 |
| Binary | 100010 | 100110 | 11111111 | 1010111 | 1010101 | 0 | 0 | 11101111 | 1100100 | 111001 |
Color Harmonies of #2226FF
Complementary color
Monochromatic Colors of #2226FF
Black with #2226FF
Text Example
Text Example
White with #2226FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2226FF; }
p { color: rgb(34,38,255); }
H1.HeaderClassName
{
color: #2226FF;
}
.AnyTagClassName
{
color: #2226FF;
}
</style>
background-color css
<style>
a { background-color: #2226FF; }
a { background-color: rgb(34,38,255); }
div.DivClassName
{
background-color: #2226FF;
}
.BgClassName
{
background-color: #2226FF;
}
</style>
border-color css
<style>
span { border-color: #2226FF; }
span { border-color: rgb(34,38,255); }
td.TdClassName
{
border-color: #2226FF;
}
.TagClassName
{
border-color: #2226FF;
}
</style>