Shades of Blue #121BED
Tints of Blue #121BED
RGB
CMYK
RGB Variations
Color information
#121BED (or 0x121BED) is known color: Blue. HEX triplet: 12, 1B and ED. RGB value is (18,27,237). Sum of RGB (Red+Green+Blue) = 18+27+237=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 237 (92.97% from 255 or 84.04% from 282); Max value from RGB is 237 - color contains mainly: blue. Hex color #121BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BED is #EDE412. Grayscale: #2F2F2F. Windows color (decimal): -15590419 or 15538962. OLE color: 15538962.
HSL color Cylindrical-coordinate representation of color #121BED: hue angle of 237.53º 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 #121BED is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 27 | 237 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.07 |
| HSL | 237.53º | 0.86% | 0.5% | - |
| HSV(B) | 237.53º | 0.92% | 0.93% | - |
| XYZ | 15.93 | 7.03 | 80.64 | - |
| YUV | 48.25 | 234.52 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 237 | 0.92 | 0.89 | 0 | 0.07 | 237.53 | 0.86 | 0.5 |
| Hex | 12 | 1B | ED | 5C | 59 | 0 | 7 | EE | 56 | 32 |
| Octal | 22 | 33 | 355 | 134 | 131 | 0 | 7 | 356 | 126 | 62 |
| Binary | 10010 | 11011 | 11101101 | 1011100 | 1011001 | 0 | 111 | 11101110 | 1010110 | 110010 |
Color Harmonies of #121BED
Complementary color
Monochromatic Colors of #121BED
Black with #121BED
Text Example
Text Example
White with #121BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BED; }
p { color: rgb(18,27,237); }
H1.HeaderClassName
{
color: #121BED;
}
.AnyTagClassName
{
color: #121BED;
}
</style>
background-color css
<style>
a { background-color: #121BED; }
a { background-color: rgb(18,27,237); }
div.DivClassName
{
background-color: #121BED;
}
.BgClassName
{
background-color: #121BED;
}
</style>
border-color css
<style>
span { border-color: #121BED; }
span { border-color: rgb(18,27,237); }
td.TdClassName
{
border-color: #121BED;
}
.TagClassName
{
border-color: #121BED;
}
</style>