Shades of Blue #121DFE
Tints of Blue #121DFE
RGB
CMYK
RGB Variations
Color information
#121DFE (or 0x121DFE) is known color: Blue. HEX triplet: 12, 1D and FE. RGB value is (18,29,254). Sum of RGB (Red+Green+Blue) = 18+29+254=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #121DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121DFE is #EDE201. Grayscale: #323232. Windows color (decimal): -15589890 or 16653586. OLE color: 16653586.
HSL color Cylindrical-coordinate representation of color #121DFE: hue angle of 237.2º 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 #121DFE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 29 | 254 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.00 |
| HSL | 237.2º | 0.99% | 0.53% | - |
| HSV(B) | 237.2º | 0.93% | 1% | - |
| XYZ | 18.58 | 8.16 | 94.36 | - |
| YUV | 51.36 | 242.36 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 254 | 0.93 | 0.89 | 0 | 0.00 | 237.2 | 0.99 | 0.53 |
| Hex | 12 | 1D | FE | 5D | 59 | 0 | 0 | ED | 63 | 35 |
| Octal | 22 | 35 | 376 | 135 | 131 | 0 | 0 | 355 | 143 | 65 |
| Binary | 10010 | 11101 | 11111110 | 1011101 | 1011001 | 0 | 0 | 11101101 | 1100011 | 110101 |
Color Harmonies of #121DFE
Complementary color
Monochromatic Colors of #121DFE
Black with #121DFE
Text Example
Text Example
White with #121DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DFE; }
p { color: rgb(18,29,254); }
H1.HeaderClassName
{
color: #121DFE;
}
.AnyTagClassName
{
color: #121DFE;
}
</style>
background-color css
<style>
a { background-color: #121DFE; }
a { background-color: rgb(18,29,254); }
div.DivClassName
{
background-color: #121DFE;
}
.BgClassName
{
background-color: #121DFE;
}
</style>
border-color css
<style>
span { border-color: #121DFE; }
span { border-color: rgb(18,29,254); }
td.TdClassName
{
border-color: #121DFE;
}
.TagClassName
{
border-color: #121DFE;
}
</style>