Shades of Blue #2224EE
Tints of Blue #2224EE
RGB
CMYK
RGB Variations
Color information
#2224EE (or 0x2224EE) is known color: Blue. HEX triplet: 22, 24 and EE. RGB value is (34,36,238). Sum of RGB (Red+Green+Blue) = 34+36+238=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #2224EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2224EE is #DDDB11. Grayscale: #393939. Windows color (decimal): -14539538 or 15606818. OLE color: 15606818.
HSL color Cylindrical-coordinate representation of color #2224EE: hue angle of 239.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2224EE is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 36 | 238 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.07 |
| HSL | 239.41º | 0.86% | 0.53% | - |
| HSV(B) | 239.41º | 0.86% | 0.93% | - |
| XYZ | 16.72 | 7.77 | 81.51 | - |
| YUV | 58.43 | 229.34 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 238 | 0.86 | 0.85 | 0 | 0.07 | 239.41 | 0.86 | 0.53 |
| Hex | 22 | 24 | EE | 56 | 55 | 0 | 7 | EF | 56 | 35 |
| Octal | 42 | 44 | 356 | 126 | 125 | 0 | 7 | 357 | 126 | 65 |
| Binary | 100010 | 100100 | 11101110 | 1010110 | 1010101 | 0 | 111 | 11101111 | 1010110 | 110101 |
Color Harmonies of #2224EE
Complementary color
Monochromatic Colors of #2224EE
Black with #2224EE
Text Example
Text Example
White with #2224EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2224EE; }
p { color: rgb(34,36,238); }
H1.HeaderClassName
{
color: #2224EE;
}
.AnyTagClassName
{
color: #2224EE;
}
</style>
background-color css
<style>
a { background-color: #2224EE; }
a { background-color: rgb(34,36,238); }
div.DivClassName
{
background-color: #2224EE;
}
.BgClassName
{
background-color: #2224EE;
}
</style>
border-color css
<style>
span { border-color: #2224EE; }
span { border-color: rgb(34,36,238); }
td.TdClassName
{
border-color: #2224EE;
}
.TagClassName
{
border-color: #2224EE;
}
</style>