Shades of Blue #220BEF
Tints of Blue #220BEF
RGB
CMYK
RGB Variations
Color information
#220BEF (or 0x220BEF) is known color: Blue. HEX triplet: 22, 0B and EF. RGB value is (34,11,239). Sum of RGB (Red+Green+Blue) = 34+11+239=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #220BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220BEF is #DDF410. Grayscale: #2A2A2A. Windows color (decimal): -14545937 or 15665954. OLE color: 15665954.
HSL color Cylindrical-coordinate representation of color #220BEF: hue angle of 246.05º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220BEF is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 11 | 239 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.06 |
| HSL | 246.05º | 0.91% | 0.49% | - |
| HSV(B) | 246.05º | 0.95% | 0.94% | - |
| XYZ | 16.36 | 6.81 | 82.11 | - |
| YUV | 43.87 | 238.12 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 239 | 0.86 | 0.95 | 0 | 0.06 | 246.05 | 0.91 | 0.49 |
| Hex | 22 | B | EF | 56 | 5F | 0 | 6 | F6 | 5B | 31 |
| Octal | 42 | 13 | 357 | 126 | 137 | 0 | 6 | 366 | 133 | 61 |
| Binary | 100010 | 1011 | 11101111 | 1010110 | 1011111 | 0 | 110 | 11110110 | 1011011 | 110001 |
Color Harmonies of #220BEF
Complementary color
Monochromatic Colors of #220BEF
Black with #220BEF
Text Example
Text Example
White with #220BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220BEF; }
p { color: rgb(34,11,239); }
H1.HeaderClassName
{
color: #220BEF;
}
.AnyTagClassName
{
color: #220BEF;
}
</style>
background-color css
<style>
a { background-color: #220BEF; }
a { background-color: rgb(34,11,239); }
div.DivClassName
{
background-color: #220BEF;
}
.BgClassName
{
background-color: #220BEF;
}
</style>
border-color css
<style>
span { border-color: #220BEF; }
span { border-color: rgb(34,11,239); }
td.TdClassName
{
border-color: #220BEF;
}
.TagClassName
{
border-color: #220BEF;
}
</style>