Shades of Blue #2218EE
Tints of Blue #2218EE
RGB
CMYK
RGB Variations
Color information
#2218EE (or 0x2218EE) is known color: Blue. HEX triplet: 22, 18 and EE. RGB value is (34,24,238). Sum of RGB (Red+Green+Blue) = 34+24+238=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 238 (93.36% from 255 or 80.41% from 296); Max value from RGB is 238 - color contains mainly: blue. Hex color #2218EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2218EE is #DDE711. Grayscale: #323232. Windows color (decimal): -14542610 or 15603746. OLE color: 15603746.
HSL color Cylindrical-coordinate representation of color #2218EE: hue angle of 242.8º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2218EE is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 24 | 238 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.07 |
| HSL | 242.8º | 0.86% | 0.51% | - |
| HSV(B) | 242.8º | 0.9% | 0.93% | - |
| XYZ | 16.42 | 7.17 | 81.41 | - |
| YUV | 51.39 | 233.31 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 238 | 0.86 | 0.90 | 0 | 0.07 | 242.8 | 0.86 | 0.51 |
| Hex | 22 | 18 | EE | 56 | 5A | 0 | 7 | F3 | 56 | 33 |
| Octal | 42 | 30 | 356 | 126 | 132 | 0 | 7 | 363 | 126 | 63 |
| Binary | 100010 | 11000 | 11101110 | 1010110 | 1011010 | 0 | 111 | 11110011 | 1010110 | 110011 |
Color Harmonies of #2218EE
Complementary color
Monochromatic Colors of #2218EE
Black with #2218EE
Text Example
Text Example
White with #2218EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2218EE; }
p { color: rgb(34,24,238); }
H1.HeaderClassName
{
color: #2218EE;
}
.AnyTagClassName
{
color: #2218EE;
}
</style>
background-color css
<style>
a { background-color: #2218EE; }
a { background-color: rgb(34,24,238); }
div.DivClassName
{
background-color: #2218EE;
}
.BgClassName
{
background-color: #2218EE;
}
</style>
border-color css
<style>
span { border-color: #2218EE; }
span { border-color: rgb(34,24,238); }
td.TdClassName
{
border-color: #2218EE;
}
.TagClassName
{
border-color: #2218EE;
}
</style>