Shades of Blue #121CEC
Tints of Blue #121CEC
RGB
CMYK
RGB Variations
Color information
#121CEC (or 0x121CEC) is known color: Blue. HEX triplet: 12, 1C and EC. RGB value is (18,28,236). Sum of RGB (Red+Green+Blue) = 18+28+236=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 236 (92.58% from 255 or 83.69% from 282); Max value from RGB is 236 - color contains mainly: blue. Hex color #121CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CEC is #EDE313. Grayscale: #2F2F2F. Windows color (decimal): -15590164 or 15473682. OLE color: 15473682.
HSL color Cylindrical-coordinate representation of color #121CEC: hue angle of 237.25º 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 #121CEC is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 28 | 236 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.07 |
| HSL | 237.25º | 0.86% | 0.5% | - |
| HSV(B) | 237.25º | 0.92% | 0.93% | - |
| XYZ | 15.81 | 7.02 | 79.88 | - |
| YUV | 48.72 | 233.69 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 236 | 0.92 | 0.88 | 0 | 0.07 | 237.25 | 0.86 | 0.5 |
| Hex | 12 | 1C | EC | 5C | 58 | 0 | 7 | ED | 56 | 32 |
| Octal | 22 | 34 | 354 | 134 | 130 | 0 | 7 | 355 | 126 | 62 |
| Binary | 10010 | 11100 | 11101100 | 1011100 | 1011000 | 0 | 111 | 11101101 | 1010110 | 110010 |
Color Harmonies of #121CEC
Complementary color
Monochromatic Colors of #121CEC
Black with #121CEC
Text Example
Text Example
White with #121CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CEC; }
p { color: rgb(18,28,236); }
H1.HeaderClassName
{
color: #121CEC;
}
.AnyTagClassName
{
color: #121CEC;
}
</style>
background-color css
<style>
a { background-color: #121CEC; }
a { background-color: rgb(18,28,236); }
div.DivClassName
{
background-color: #121CEC;
}
.BgClassName
{
background-color: #121CEC;
}
</style>
border-color css
<style>
span { border-color: #121CEC; }
span { border-color: rgb(18,28,236); }
td.TdClassName
{
border-color: #121CEC;
}
.TagClassName
{
border-color: #121CEC;
}
</style>