Shades of Blue #121BEB
Tints of Blue #121BEB
RGB
CMYK
RGB Variations
Color information
#121BEB (or 0x121BEB) is known color: Blue. HEX triplet: 12, 1B and EB. RGB value is (18,27,235). Sum of RGB (Red+Green+Blue) = 18+27+235=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #121BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BEB is #EDE414. Grayscale: #2F2F2F. Windows color (decimal): -15590421 or 15407890. OLE color: 15407890.
HSL color Cylindrical-coordinate representation of color #121BEB: hue angle of 237.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BEB is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 27 | 235 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.08 |
| HSL | 237.51º | 0.86% | 0.5% | - |
| HSV(B) | 237.51º | 0.92% | 0.92% | - |
| XYZ | 15.64 | 6.91 | 79.11 | - |
| YUV | 48.02 | 233.52 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 235 | 0.92 | 0.89 | 0 | 0.08 | 237.51 | 0.86 | 0.5 |
| Hex | 12 | 1B | EB | 5C | 59 | 0 | 8 | EE | 56 | 32 |
| Octal | 22 | 33 | 353 | 134 | 131 | 0 | 10 | 356 | 126 | 62 |
| Binary | 10010 | 11011 | 11101011 | 1011100 | 1011001 | 0 | 1000 | 11101110 | 1010110 | 110010 |
Color Harmonies of #121BEB
Complementary color
Monochromatic Colors of #121BEB
Black with #121BEB
Text Example
Text Example
White with #121BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BEB; }
p { color: rgb(18,27,235); }
H1.HeaderClassName
{
color: #121BEB;
}
.AnyTagClassName
{
color: #121BEB;
}
</style>
background-color css
<style>
a { background-color: #121BEB; }
a { background-color: rgb(18,27,235); }
div.DivClassName
{
background-color: #121BEB;
}
.BgClassName
{
background-color: #121BEB;
}
</style>
border-color css
<style>
span { border-color: #121BEB; }
span { border-color: rgb(18,27,235); }
td.TdClassName
{
border-color: #121BEB;
}
.TagClassName
{
border-color: #121BEB;
}
</style>