Shades of Blue #1204EC
Tints of Blue #1204EC
RGB
CMYK
RGB Variations
Color information
#1204EC (or 0x1204EC) is known color: Blue. HEX triplet: 12, 04 and EC. RGB value is (18,4,236). Sum of RGB (Red+Green+Blue) = 18+4+236=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 236 (92.58% from 255 or 91.47% from 258); Max value from RGB is 236 - color contains mainly: blue. Hex color #1204EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1204EC is #EDFB13. Grayscale: #212121. Windows color (decimal): -15596308 or 15467538. OLE color: 15467538.
HSL color Cylindrical-coordinate representation of color #1204EC: hue angle of 243.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204EC is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 4 | 236 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.07 |
| HSL | 243.62º | 0.97% | 0.47% | - |
| HSV(B) | 243.62º | 0.98% | 0.93% | - |
| XYZ | 15.43 | 6.27 | 79.75 | - |
| YUV | 34.63 | 241.64 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 236 | 0.92 | 0.98 | 0 | 0.07 | 243.62 | 0.97 | 0.47 |
| Hex | 12 | 4 | EC | 5C | 62 | 0 | 7 | F4 | 61 | 2F |
| Octal | 22 | 4 | 354 | 134 | 142 | 0 | 7 | 364 | 141 | 57 |
| Binary | 10010 | 100 | 11101100 | 1011100 | 1100010 | 0 | 111 | 11110100 | 1100001 | 101111 |
Color Harmonies of #1204EC
Complementary color
Monochromatic Colors of #1204EC
Black with #1204EC
Text Example
Text Example
White with #1204EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204EC; }
p { color: rgb(18,4,236); }
H1.HeaderClassName
{
color: #1204EC;
}
.AnyTagClassName
{
color: #1204EC;
}
</style>
background-color css
<style>
a { background-color: #1204EC; }
a { background-color: rgb(18,4,236); }
div.DivClassName
{
background-color: #1204EC;
}
.BgClassName
{
background-color: #1204EC;
}
</style>
border-color css
<style>
span { border-color: #1204EC; }
span { border-color: rgb(18,4,236); }
td.TdClassName
{
border-color: #1204EC;
}
.TagClassName
{
border-color: #1204EC;
}
</style>