Shades of Blue #121EFA
Tints of Blue #121EFA
RGB
CMYK
RGB Variations
Color information
#121EFA (or 0x121EFA) is known color: Blue. HEX triplet: 12, 1E and FA. RGB value is (18,30,250). Sum of RGB (Red+Green+Blue) = 18+30+250=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #121EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EFA is #EDE105. Grayscale: #323232. Windows color (decimal): -15589638 or 16391698. OLE color: 16391698.
HSL color Cylindrical-coordinate representation of color #121EFA: hue angle of 236.9º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121EFA is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 30 | 250 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.02 |
| HSL | 236.9º | 0.96% | 0.53% | - |
| HSV(B) | 236.9º | 0.93% | 0.98% | - |
| XYZ | 17.97 | 7.96 | 91.03 | - |
| YUV | 51.49 | 240.02 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 250 | 0.93 | 0.88 | 0 | 0.02 | 236.9 | 0.96 | 0.53 |
| Hex | 12 | 1E | FA | 5D | 58 | 0 | 2 | ED | 60 | 35 |
| Octal | 22 | 36 | 372 | 135 | 130 | 0 | 2 | 355 | 140 | 65 |
| Binary | 10010 | 11110 | 11111010 | 1011101 | 1011000 | 0 | 10 | 11101101 | 1100000 | 110101 |
Color Harmonies of #121EFA
Complementary color
Monochromatic Colors of #121EFA
Black with #121EFA
Text Example
Text Example
White with #121EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EFA; }
p { color: rgb(18,30,250); }
H1.HeaderClassName
{
color: #121EFA;
}
.AnyTagClassName
{
color: #121EFA;
}
</style>
background-color css
<style>
a { background-color: #121EFA; }
a { background-color: rgb(18,30,250); }
div.DivClassName
{
background-color: #121EFA;
}
.BgClassName
{
background-color: #121EFA;
}
</style>
border-color css
<style>
span { border-color: #121EFA; }
span { border-color: rgb(18,30,250); }
td.TdClassName
{
border-color: #121EFA;
}
.TagClassName
{
border-color: #121EFA;
}
</style>