Shades of Blue #121CFF
Tints of Blue #121CFF
RGB
CMYK
RGB Variations
Color information
#121CFF (or 0x121CFF) is known color: Blue. HEX triplet: 12, 1C and FF. RGB value is (18,28,255). Sum of RGB (Red+Green+Blue) = 18+28+255=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 255 (100% from 255 or 84.72% from 301); Max value from RGB is 255 - color contains mainly: blue. Hex color #121CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CFF is #EDE300. Grayscale: #313131. Windows color (decimal): -15590145 or 16718866. OLE color: 16718866.
HSL color Cylindrical-coordinate representation of color #121CFF: hue angle of 237.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121CFF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 28 | 255 | - |
| CMYK | 0.93 | 0.89 | 0 | 0 |
| HSL | 237.47º | 1% | 0.54% | - |
| HSV(B) | 237.47º | 0.93% | 1% | - |
| XYZ | 18.71 | 8.18 | 95.2 | - |
| YUV | 50.89 | 243.19 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 255 | 0.93 | 0.89 | 0 | 0 | 237.47 | 1 | 0.54 |
| Hex | 12 | 1C | FF | 5D | 59 | 0 | 0 | ED | 64 | 36 |
| Octal | 22 | 34 | 377 | 135 | 131 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10010 | 11100 | 11111111 | 1011101 | 1011001 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #121CFF
Complementary color
Monochromatic Colors of #121CFF
Black with #121CFF
Text Example
Text Example
White with #121CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CFF; }
p { color: rgb(18,28,255); }
H1.HeaderClassName
{
color: #121CFF;
}
.AnyTagClassName
{
color: #121CFF;
}
</style>
background-color css
<style>
a { background-color: #121CFF; }
a { background-color: rgb(18,28,255); }
div.DivClassName
{
background-color: #121CFF;
}
.BgClassName
{
background-color: #121CFF;
}
</style>
border-color css
<style>
span { border-color: #121CFF; }
span { border-color: rgb(18,28,255); }
td.TdClassName
{
border-color: #121CFF;
}
.TagClassName
{
border-color: #121CFF;
}
</style>