Shades of Blue #121BFE
Tints of Blue #121BFE
RGB
CMYK
RGB Variations
Color information
#121BFE (or 0x121BFE) is known color: Blue. HEX triplet: 12, 1B and FE. RGB value is (18,27,254). Sum of RGB (Red+Green+Blue) = 18+27+254=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 254 (99.61% from 255 or 84.95% from 299); Max value from RGB is 254 - color contains mainly: blue. Hex color #121BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121BFE is #EDE401. Grayscale: #313131. Windows color (decimal): -15590402 or 16653074. OLE color: 16653074.
HSL color Cylindrical-coordinate representation of color #121BFE: hue angle of 237.71º 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 #121BFE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 27 | 254 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.00 |
| HSL | 237.71º | 0.99% | 0.53% | - |
| HSV(B) | 237.71º | 0.93% | 1% | - |
| XYZ | 18.53 | 8.07 | 94.35 | - |
| YUV | 50.19 | 243.02 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 254 | 0.93 | 0.89 | 0 | 0.00 | 237.71 | 0.99 | 0.53 |
| Hex | 12 | 1B | FE | 5D | 59 | 0 | 0 | EE | 63 | 35 |
| Octal | 22 | 33 | 376 | 135 | 131 | 0 | 0 | 356 | 143 | 65 |
| Binary | 10010 | 11011 | 11111110 | 1011101 | 1011001 | 0 | 0 | 11101110 | 1100011 | 110101 |
Color Harmonies of #121BFE
Complementary color
Monochromatic Colors of #121BFE
Black with #121BFE
Text Example
Text Example
White with #121BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BFE; }
p { color: rgb(18,27,254); }
H1.HeaderClassName
{
color: #121BFE;
}
.AnyTagClassName
{
color: #121BFE;
}
</style>
background-color css
<style>
a { background-color: #121BFE; }
a { background-color: rgb(18,27,254); }
div.DivClassName
{
background-color: #121BFE;
}
.BgClassName
{
background-color: #121BFE;
}
</style>
border-color css
<style>
span { border-color: #121BFE; }
span { border-color: rgb(18,27,254); }
td.TdClassName
{
border-color: #121BFE;
}
.TagClassName
{
border-color: #121BFE;
}
</style>