Shades of Blue #121EFB
Tints of Blue #121EFB
RGB
CMYK
RGB Variations
Color information
#121EFB (or 0x121EFB) is known color: Blue. HEX triplet: 12, 1E and FB. RGB value is (18,30,251). Sum of RGB (Red+Green+Blue) = 18+30+251=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #121EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EFB is #EDE104. Grayscale: #323232. Windows color (decimal): -15589637 or 16457234. OLE color: 16457234.
HSL color Cylindrical-coordinate representation of color #121EFB: hue angle of 236.91º degrees, saturation: 0.97, 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 #121EFB is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 30 | 251 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.02 |
| HSL | 236.91º | 0.97% | 0.53% | - |
| HSV(B) | 236.91º | 0.93% | 0.98% | - |
| XYZ | 18.13 | 8.02 | 91.86 | - |
| YUV | 51.61 | 240.52 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 251 | 0.93 | 0.88 | 0 | 0.02 | 236.91 | 0.97 | 0.53 |
| Hex | 12 | 1E | FB | 5D | 58 | 0 | 2 | ED | 61 | 35 |
| Octal | 22 | 36 | 373 | 135 | 130 | 0 | 2 | 355 | 141 | 65 |
| Binary | 10010 | 11110 | 11111011 | 1011101 | 1011000 | 0 | 10 | 11101101 | 1100001 | 110101 |
Color Harmonies of #121EFB
Complementary color
Monochromatic Colors of #121EFB
Black with #121EFB
Text Example
Text Example
White with #121EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EFB; }
p { color: rgb(18,30,251); }
H1.HeaderClassName
{
color: #121EFB;
}
.AnyTagClassName
{
color: #121EFB;
}
</style>
background-color css
<style>
a { background-color: #121EFB; }
a { background-color: rgb(18,30,251); }
div.DivClassName
{
background-color: #121EFB;
}
.BgClassName
{
background-color: #121EFB;
}
</style>
border-color css
<style>
span { border-color: #121EFB; }
span { border-color: rgb(18,30,251); }
td.TdClassName
{
border-color: #121EFB;
}
.TagClassName
{
border-color: #121EFB;
}
</style>