Shades of Blue #1225EC
Tints of Blue #1225EC
RGB
CMYK
RGB Variations
Color information
#1225EC (or 0x1225EC) is known color: Blue. HEX triplet: 12, 25 and EC. RGB value is (18,37,236). Sum of RGB (Red+Green+Blue) = 18+37+236=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #1225EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1225EC is #EDDA13. Grayscale: #353535. Windows color (decimal): -15587860 or 15475986. OLE color: 15475986.
HSL color Cylindrical-coordinate representation of color #1225EC: hue angle of 234.77º 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 #1225EC is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 37 | 236 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.07 |
| HSL | 234.77º | 0.86% | 0.5% | - |
| HSV(B) | 234.77º | 0.92% | 0.93% | - |
| XYZ | 16.05 | 7.51 | 79.96 | - |
| YUV | 54.01 | 230.71 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 236 | 0.92 | 0.84 | 0 | 0.07 | 234.77 | 0.86 | 0.5 |
| Hex | 12 | 25 | EC | 5C | 54 | 0 | 7 | EB | 56 | 32 |
| Octal | 22 | 45 | 354 | 134 | 124 | 0 | 7 | 353 | 126 | 62 |
| Binary | 10010 | 100101 | 11101100 | 1011100 | 1010100 | 0 | 111 | 11101011 | 1010110 | 110010 |
Color Harmonies of #1225EC
Complementary color
Monochromatic Colors of #1225EC
Black with #1225EC
Text Example
Text Example
White with #1225EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1225EC; }
p { color: rgb(18,37,236); }
H1.HeaderClassName
{
color: #1225EC;
}
.AnyTagClassName
{
color: #1225EC;
}
</style>
background-color css
<style>
a { background-color: #1225EC; }
a { background-color: rgb(18,37,236); }
div.DivClassName
{
background-color: #1225EC;
}
.BgClassName
{
background-color: #1225EC;
}
</style>
border-color css
<style>
span { border-color: #1225EC; }
span { border-color: rgb(18,37,236); }
td.TdClassName
{
border-color: #1225EC;
}
.TagClassName
{
border-color: #1225EC;
}
</style>