Shades of Blue #121EFE
Tints of Blue #121EFE
RGB
CMYK
RGB Variations
Color information
#121EFE (or 0x121EFE) is known color: Blue. HEX triplet: 12, 1E and FE. RGB value is (18,30,254). Sum of RGB (Red+Green+Blue) = 18+30+254=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #121EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121EFE is #EDE101. Grayscale: #333333. Windows color (decimal): -15589634 or 16653842. OLE color: 16653842.
HSL color Cylindrical-coordinate representation of color #121EFE: hue angle of 236.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121EFE is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 30 | 254 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.00 |
| HSL | 236.95º | 0.99% | 0.53% | - |
| HSV(B) | 236.95º | 0.93% | 1% | - |
| XYZ | 18.6 | 8.21 | 94.37 | - |
| YUV | 51.95 | 242.02 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 254 | 0.93 | 0.88 | 0 | 0.00 | 236.95 | 0.99 | 0.53 |
| Hex | 12 | 1E | FE | 5D | 58 | 0 | 0 | ED | 63 | 35 |
| Octal | 22 | 36 | 376 | 135 | 130 | 0 | 0 | 355 | 143 | 65 |
| Binary | 10010 | 11110 | 11111110 | 1011101 | 1011000 | 0 | 0 | 11101101 | 1100011 | 110101 |
Color Harmonies of #121EFE
Complementary color
Monochromatic Colors of #121EFE
Black with #121EFE
Text Example
Text Example
White with #121EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121EFE; }
p { color: rgb(18,30,254); }
H1.HeaderClassName
{
color: #121EFE;
}
.AnyTagClassName
{
color: #121EFE;
}
</style>
background-color css
<style>
a { background-color: #121EFE; }
a { background-color: rgb(18,30,254); }
div.DivClassName
{
background-color: #121EFE;
}
.BgClassName
{
background-color: #121EFE;
}
</style>
border-color css
<style>
span { border-color: #121EFE; }
span { border-color: rgb(18,30,254); }
td.TdClassName
{
border-color: #121EFE;
}
.TagClassName
{
border-color: #121EFE;
}
</style>