Shades of Blue #1222EC
Tints of Blue #1222EC
RGB
CMYK
RGB Variations
Color information
#1222EC (or 0x1222EC) is known color: Blue. HEX triplet: 12, 22 and EC. RGB value is (18,34,236). Sum of RGB (Red+Green+Blue) = 18+34+236=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #1222EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1222EC is #EDDD13. Grayscale: #333333. Windows color (decimal): -15588628 or 15475218. OLE color: 15475218.
HSL color Cylindrical-coordinate representation of color #1222EC: hue angle of 235.6º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1222EC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 34 | 236 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.07 |
| HSL | 235.6º | 0.86% | 0.5% | - |
| HSV(B) | 235.6º | 0.92% | 0.93% | - |
| XYZ | 15.96 | 7.33 | 79.93 | - |
| YUV | 52.24 | 231.7 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 236 | 0.92 | 0.86 | 0 | 0.07 | 235.6 | 0.86 | 0.5 |
| Hex | 12 | 22 | EC | 5C | 56 | 0 | 7 | EC | 56 | 32 |
| Octal | 22 | 42 | 354 | 134 | 126 | 0 | 7 | 354 | 126 | 62 |
| Binary | 10010 | 100010 | 11101100 | 1011100 | 1010110 | 0 | 111 | 11101100 | 1010110 | 110010 |
Color Harmonies of #1222EC
Complementary color
Monochromatic Colors of #1222EC
Black with #1222EC
Text Example
Text Example
White with #1222EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1222EC; }
p { color: rgb(18,34,236); }
H1.HeaderClassName
{
color: #1222EC;
}
.AnyTagClassName
{
color: #1222EC;
}
</style>
background-color css
<style>
a { background-color: #1222EC; }
a { background-color: rgb(18,34,236); }
div.DivClassName
{
background-color: #1222EC;
}
.BgClassName
{
background-color: #1222EC;
}
</style>
border-color css
<style>
span { border-color: #1222EC; }
span { border-color: rgb(18,34,236); }
td.TdClassName
{
border-color: #1222EC;
}
.TagClassName
{
border-color: #1222EC;
}
</style>