Shades of Blue #1220ED
Tints of Blue #1220ED
RGB
CMYK
RGB Variations
Color information
#1220ED (or 0x1220ED) is known color: Blue. HEX triplet: 12, 20 and ED. RGB value is (18,32,237). Sum of RGB (Red+Green+Blue) = 18+32+237=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 237 (92.97% from 255 or 82.58% from 287); Max value from RGB is 237 - color contains mainly: blue. Hex color #1220ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1220ED is #EDDF12. Grayscale: #323232. Windows color (decimal): -15589139 or 15540242. OLE color: 15540242.
HSL color Cylindrical-coordinate representation of color #1220ED: hue angle of 236.16º 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 #1220ED is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 32 | 237 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.07 |
| HSL | 236.16º | 0.86% | 0.5% | - |
| HSV(B) | 236.16º | 0.92% | 0.93% | - |
| XYZ | 16.05 | 7.28 | 80.68 | - |
| YUV | 51.18 | 232.86 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 237 | 0.92 | 0.86 | 0 | 0.07 | 236.16 | 0.86 | 0.5 |
| Hex | 12 | 20 | ED | 5C | 56 | 0 | 7 | EC | 56 | 32 |
| Octal | 22 | 40 | 355 | 134 | 126 | 0 | 7 | 354 | 126 | 62 |
| Binary | 10010 | 100000 | 11101101 | 1011100 | 1010110 | 0 | 111 | 11101100 | 1010110 | 110010 |
Color Harmonies of #1220ED
Complementary color
Monochromatic Colors of #1220ED
Black with #1220ED
Text Example
Text Example
White with #1220ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1220ED; }
p { color: rgb(18,32,237); }
H1.HeaderClassName
{
color: #1220ED;
}
.AnyTagClassName
{
color: #1220ED;
}
</style>
background-color css
<style>
a { background-color: #1220ED; }
a { background-color: rgb(18,32,237); }
div.DivClassName
{
background-color: #1220ED;
}
.BgClassName
{
background-color: #1220ED;
}
</style>
border-color css
<style>
span { border-color: #1220ED; }
span { border-color: rgb(18,32,237); }
td.TdClassName
{
border-color: #1220ED;
}
.TagClassName
{
border-color: #1220ED;
}
</style>