Shades of Blue #220CEB
Tints of Blue #220CEB
RGB
CMYK
RGB Variations
Color information
#220CEB (or 0x220CEB) is known color: Blue. HEX triplet: 22, 0C and EB. RGB value is (34,12,235). Sum of RGB (Red+Green+Blue) = 34+12+235=281 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.10% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #220CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #220CEB is #DDF314. Grayscale: #2B2B2B. Windows color (decimal): -14545685 or 15404066. OLE color: 15404066.
HSL color Cylindrical-coordinate representation of color #220CEB: hue angle of 245.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220CEB is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 12 | 235 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.08 |
| HSL | 245.92º | 0.9% | 0.48% | - |
| HSV(B) | 245.92º | 0.95% | 0.92% | - |
| XYZ | 15.79 | 6.6 | 79.04 | - |
| YUV | 44 | 235.79 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 235 | 0.86 | 0.95 | 0 | 0.08 | 245.92 | 0.9 | 0.48 |
| Hex | 22 | C | EB | 56 | 5F | 0 | 8 | F6 | 5A | 30 |
| Octal | 42 | 14 | 353 | 126 | 137 | 0 | 10 | 366 | 132 | 60 |
| Binary | 100010 | 1100 | 11101011 | 1010110 | 1011111 | 0 | 1000 | 11110110 | 1011010 | 110000 |
Color Harmonies of #220CEB
Complementary color
Monochromatic Colors of #220CEB
Black with #220CEB
Text Example
Text Example
White with #220CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220CEB; }
p { color: rgb(34,12,235); }
H1.HeaderClassName
{
color: #220CEB;
}
.AnyTagClassName
{
color: #220CEB;
}
</style>
background-color css
<style>
a { background-color: #220CEB; }
a { background-color: rgb(34,12,235); }
div.DivClassName
{
background-color: #220CEB;
}
.BgClassName
{
background-color: #220CEB;
}
</style>
border-color css
<style>
span { border-color: #220CEB; }
span { border-color: rgb(34,12,235); }
td.TdClassName
{
border-color: #220CEB;
}
.TagClassName
{
border-color: #220CEB;
}
</style>