Shades of Blue #1220EB
Tints of Blue #1220EB
RGB
CMYK
RGB Variations
Color information
#1220EB (or 0x1220EB) is known color: Blue. HEX triplet: 12, 20 and EB. RGB value is (18,32,235). Sum of RGB (Red+Green+Blue) = 18+32+235=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 235 (92.19% from 255 or 82.46% from 285); Max value from RGB is 235 - color contains mainly: blue. Hex color #1220EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1220EB is #EDDF14. Grayscale: #323232. Windows color (decimal): -15589141 or 15409170. OLE color: 15409170.
HSL color Cylindrical-coordinate representation of color #1220EB: hue angle of 236.13º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1220EB is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 32 | 235 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.08 |
| HSL | 236.13º | 0.86% | 0.5% | - |
| HSV(B) | 236.13º | 0.92% | 0.92% | - |
| XYZ | 15.76 | 7.16 | 79.15 | - |
| YUV | 50.96 | 231.86 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 235 | 0.92 | 0.86 | 0 | 0.08 | 236.13 | 0.86 | 0.5 |
| Hex | 12 | 20 | EB | 5C | 56 | 0 | 8 | EC | 56 | 32 |
| Octal | 22 | 40 | 353 | 134 | 126 | 0 | 10 | 354 | 126 | 62 |
| Binary | 10010 | 100000 | 11101011 | 1011100 | 1010110 | 0 | 1000 | 11101100 | 1010110 | 110010 |
Color Harmonies of #1220EB
Complementary color
Monochromatic Colors of #1220EB
Black with #1220EB
Text Example
Text Example
White with #1220EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1220EB; }
p { color: rgb(18,32,235); }
H1.HeaderClassName
{
color: #1220EB;
}
.AnyTagClassName
{
color: #1220EB;
}
</style>
background-color css
<style>
a { background-color: #1220EB; }
a { background-color: rgb(18,32,235); }
div.DivClassName
{
background-color: #1220EB;
}
.BgClassName
{
background-color: #1220EB;
}
</style>
border-color css
<style>
span { border-color: #1220EB; }
span { border-color: rgb(18,32,235); }
td.TdClassName
{
border-color: #1220EB;
}
.TagClassName
{
border-color: #1220EB;
}
</style>