Shades of Blue #220BEE
Tints of Blue #220BEE
RGB
CMYK
RGB Variations
Color information
#220BEE (or 0x220BEE) is known color: Blue. HEX triplet: 22, 0B and EE. RGB value is (34,11,238). Sum of RGB (Red+Green+Blue) = 34+11+238=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #220BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220BEE is #DDF411. Grayscale: #2A2A2A. Windows color (decimal): -14545938 or 15600418. OLE color: 15600418.
HSL color Cylindrical-coordinate representation of color #220BEE: hue angle of 246.08º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BEE is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 11 | 238 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.07 |
| HSL | 246.08º | 0.91% | 0.49% | - |
| HSV(B) | 246.08º | 0.95% | 0.93% | - |
| XYZ | 16.21 | 6.75 | 81.34 | - |
| YUV | 43.76 | 237.62 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 238 | 0.86 | 0.95 | 0 | 0.07 | 246.08 | 0.91 | 0.49 |
| Hex | 22 | B | EE | 56 | 5F | 0 | 7 | F6 | 5B | 31 |
| Octal | 42 | 13 | 356 | 126 | 137 | 0 | 7 | 366 | 133 | 61 |
| Binary | 100010 | 1011 | 11101110 | 1010110 | 1011111 | 0 | 111 | 11110110 | 1011011 | 110001 |
Color Harmonies of #220BEE
Complementary color
Monochromatic Colors of #220BEE
Black with #220BEE
Text Example
Text Example
White with #220BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BEE; }
p { color: rgb(34,11,238); }
H1.HeaderClassName
{
color: #220BEE;
}
.AnyTagClassName
{
color: #220BEE;
}
</style>
background-color css
<style>
a { background-color: #220BEE; }
a { background-color: rgb(34,11,238); }
div.DivClassName
{
background-color: #220BEE;
}
.BgClassName
{
background-color: #220BEE;
}
</style>
border-color css
<style>
span { border-color: #220BEE; }
span { border-color: rgb(34,11,238); }
td.TdClassName
{
border-color: #220BEE;
}
.TagClassName
{
border-color: #220BEE;
}
</style>