Shades of Blue #2229F0
Tints of Blue #2229F0
RGB
CMYK
RGB Variations
Color information
#2229F0 (or 0x2229F0) is known color: Blue. HEX triplet: 22, 29 and F0. RGB value is (34,41,240). Sum of RGB (Red+Green+Blue) = 34+41+240=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 240 (94.14% from 255 or 76.19% from 315); Max value from RGB is 240 - color contains mainly: blue. Hex color #2229F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2229F0 is #DDD60F. Grayscale: #3C3C3C. Windows color (decimal): -14538256 or 15739170. OLE color: 15739170.
HSL color Cylindrical-coordinate representation of color #2229F0: hue angle of 237.96º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2229F0 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 41 | 240 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.06 |
| HSL | 237.96º | 0.87% | 0.54% | - |
| HSV(B) | 237.96º | 0.86% | 0.94% | - |
| XYZ | 17.18 | 8.22 | 83.12 | - |
| YUV | 61.59 | 228.68 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 240 | 0.86 | 0.83 | 0 | 0.06 | 237.96 | 0.87 | 0.54 |
| Hex | 22 | 29 | F0 | 56 | 53 | 0 | 6 | EE | 57 | 36 |
| Octal | 42 | 51 | 360 | 126 | 123 | 0 | 6 | 356 | 127 | 66 |
| Binary | 100010 | 101001 | 11110000 | 1010110 | 1010011 | 0 | 110 | 11101110 | 1010111 | 110110 |
Color Harmonies of #2229F0
Complementary color
Monochromatic Colors of #2229F0
Black with #2229F0
Text Example
Text Example
White with #2229F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2229F0; }
p { color: rgb(34,41,240); }
H1.HeaderClassName
{
color: #2229F0;
}
.AnyTagClassName
{
color: #2229F0;
}
</style>
background-color css
<style>
a { background-color: #2229F0; }
a { background-color: rgb(34,41,240); }
div.DivClassName
{
background-color: #2229F0;
}
.BgClassName
{
background-color: #2229F0;
}
</style>
border-color css
<style>
span { border-color: #2229F0; }
span { border-color: rgb(34,41,240); }
td.TdClassName
{
border-color: #2229F0;
}
.TagClassName
{
border-color: #2229F0;
}
</style>