Shades of Blue #121EF7
Tints of Blue #121EF7
RGB
CMYK
RGB Variations
Color information
#121EF7 (or 0x121EF7) is known color: Blue. HEX triplet: 12, 1E and F7. RGB value is (18,30,247). Sum of RGB (Red+Green+Blue) = 18+30+247=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 247 (96.88% from 255 or 83.73% from 295); Max value from RGB is 247 - color contains mainly: blue. Hex color #121EF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EF7 is #EDE108. Grayscale: #323232. Windows color (decimal): -15589641 or 16195090. OLE color: 16195090.
HSL color Cylindrical-coordinate representation of color #121EF7: hue angle of 236.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121EF7 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 30 | 247 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.03 |
| HSL | 236.86º | 0.93% | 0.52% | - |
| HSV(B) | 236.86º | 0.93% | 0.97% | - |
| XYZ | 17.5 | 7.77 | 88.57 | - |
| YUV | 51.15 | 238.52 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 247 | 0.93 | 0.88 | 0 | 0.03 | 236.86 | 0.93 | 0.52 |
| Hex | 12 | 1E | F7 | 5D | 58 | 0 | 3 | ED | 5D | 34 |
| Octal | 22 | 36 | 367 | 135 | 130 | 0 | 3 | 355 | 135 | 64 |
| Binary | 10010 | 11110 | 11110111 | 1011101 | 1011000 | 0 | 11 | 11101101 | 1011101 | 110100 |
Color Harmonies of #121EF7
Complementary color
Monochromatic Colors of #121EF7
Black with #121EF7
Text Example
Text Example
White with #121EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EF7; }
p { color: rgb(18,30,247); }
H1.HeaderClassName
{
color: #121EF7;
}
.AnyTagClassName
{
color: #121EF7;
}
</style>
background-color css
<style>
a { background-color: #121EF7; }
a { background-color: rgb(18,30,247); }
div.DivClassName
{
background-color: #121EF7;
}
.BgClassName
{
background-color: #121EF7;
}
</style>
border-color css
<style>
span { border-color: #121EF7; }
span { border-color: rgb(18,30,247); }
td.TdClassName
{
border-color: #121EF7;
}
.TagClassName
{
border-color: #121EF7;
}
</style>