Shades of Blue #121CFE
Tints of Blue #121CFE
RGB
CMYK
RGB Variations
Color information
#121CFE (or 0x121CFE) is known color: Blue. HEX triplet: 12, 1C and FE. RGB value is (18,28,254). Sum of RGB (Red+Green+Blue) = 18+28+254=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #121CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121CFE is #EDE301. Grayscale: #313131. Windows color (decimal): -15590146 or 16653330. OLE color: 16653330.
HSL color Cylindrical-coordinate representation of color #121CFE: hue angle of 237.46º 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 #121CFE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 28 | 254 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.00 |
| HSL | 237.46º | 0.99% | 0.53% | - |
| HSV(B) | 237.46º | 0.93% | 1% | - |
| XYZ | 18.55 | 8.11 | 94.35 | - |
| YUV | 50.77 | 242.69 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 254 | 0.93 | 0.89 | 0 | 0.00 | 237.46 | 0.99 | 0.53 |
| Hex | 12 | 1C | FE | 5D | 59 | 0 | 0 | ED | 63 | 35 |
| Octal | 22 | 34 | 376 | 135 | 131 | 0 | 0 | 355 | 143 | 65 |
| Binary | 10010 | 11100 | 11111110 | 1011101 | 1011001 | 0 | 0 | 11101101 | 1100011 | 110101 |
Color Harmonies of #121CFE
Complementary color
Monochromatic Colors of #121CFE
Black with #121CFE
Text Example
Text Example
White with #121CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CFE; }
p { color: rgb(18,28,254); }
H1.HeaderClassName
{
color: #121CFE;
}
.AnyTagClassName
{
color: #121CFE;
}
</style>
background-color css
<style>
a { background-color: #121CFE; }
a { background-color: rgb(18,28,254); }
div.DivClassName
{
background-color: #121CFE;
}
.BgClassName
{
background-color: #121CFE;
}
</style>
border-color css
<style>
span { border-color: #121CFE; }
span { border-color: rgb(18,28,254); }
td.TdClassName
{
border-color: #121CFE;
}
.TagClassName
{
border-color: #121CFE;
}
</style>