Shades of Blue #121EFF
Tints of Blue #121EFF
RGB
CMYK
RGB Variations
Color information
#121EFF (or 0x121EFF) is known color: Blue. HEX triplet: 12, 1E and FF. RGB value is (18,30,255). Sum of RGB (Red+Green+Blue) = 18+30+255=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #121EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EFF is #EDE100. Grayscale: #333333. Windows color (decimal): -15589633 or 16719378. OLE color: 16719378.
HSL color Cylindrical-coordinate representation of color #121EFF: hue angle of 236.96º 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 #121EFF is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 30 | 255 | - |
| CMYK | 0.93 | 0.88 | 0 | 0 |
| HSL | 236.96º | 1% | 0.54% | - |
| HSV(B) | 236.96º | 0.93% | 1% | - |
| XYZ | 18.76 | 8.28 | 95.22 | - |
| YUV | 52.06 | 242.52 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 255 | 0.93 | 0.88 | 0 | 0 | 236.96 | 1 | 0.54 |
| Hex | 12 | 1E | FF | 5D | 58 | 0 | 0 | ED | 64 | 36 |
| Octal | 22 | 36 | 377 | 135 | 130 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10010 | 11110 | 11111111 | 1011101 | 1011000 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #121EFF
Complementary color
Monochromatic Colors of #121EFF
Black with #121EFF
Text Example
Text Example
White with #121EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EFF; }
p { color: rgb(18,30,255); }
H1.HeaderClassName
{
color: #121EFF;
}
.AnyTagClassName
{
color: #121EFF;
}
</style>
background-color css
<style>
a { background-color: #121EFF; }
a { background-color: rgb(18,30,255); }
div.DivClassName
{
background-color: #121EFF;
}
.BgClassName
{
background-color: #121EFF;
}
</style>
border-color css
<style>
span { border-color: #121EFF; }
span { border-color: rgb(18,30,255); }
td.TdClassName
{
border-color: #121EFF;
}
.TagClassName
{
border-color: #121EFF;
}
</style>