Shades of Blue #1218EC
Tints of Blue #1218EC
RGB
CMYK
RGB Variations
Color information
#1218EC (or 0x1218EC) is known color: Blue. HEX triplet: 12, 18 and EC. RGB value is (18,24,236). Sum of RGB (Red+Green+Blue) = 18+24+236=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 236 (92.58% from 255 or 84.89% from 278); Max value from RGB is 236 - color contains mainly: blue. Hex color #1218EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1218EC is #EDE713. Grayscale: #2D2D2D. Windows color (decimal): -15591188 or 15472658. OLE color: 15472658.
HSL color Cylindrical-coordinate representation of color #1218EC: hue angle of 238.35º 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 #1218EC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 24 | 236 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.07 |
| HSL | 238.35º | 0.86% | 0.5% | - |
| HSV(B) | 238.35º | 0.92% | 0.93% | - |
| XYZ | 15.72 | 6.84 | 79.85 | - |
| YUV | 46.37 | 235.01 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 236 | 0.92 | 0.90 | 0 | 0.07 | 238.35 | 0.86 | 0.5 |
| Hex | 12 | 18 | EC | 5C | 5A | 0 | 7 | EE | 56 | 32 |
| Octal | 22 | 30 | 354 | 134 | 132 | 0 | 7 | 356 | 126 | 62 |
| Binary | 10010 | 11000 | 11101100 | 1011100 | 1011010 | 0 | 111 | 11101110 | 1010110 | 110010 |
Color Harmonies of #1218EC
Complementary color
Monochromatic Colors of #1218EC
Black with #1218EC
Text Example
Text Example
White with #1218EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218EC; }
p { color: rgb(18,24,236); }
H1.HeaderClassName
{
color: #1218EC;
}
.AnyTagClassName
{
color: #1218EC;
}
</style>
background-color css
<style>
a { background-color: #1218EC; }
a { background-color: rgb(18,24,236); }
div.DivClassName
{
background-color: #1218EC;
}
.BgClassName
{
background-color: #1218EC;
}
</style>
border-color css
<style>
span { border-color: #1218EC; }
span { border-color: rgb(18,24,236); }
td.TdClassName
{
border-color: #1218EC;
}
.TagClassName
{
border-color: #1218EC;
}
</style>