Shades of Blue #121FED
Tints of Blue #121FED
RGB
CMYK
RGB Variations
Color information
#121FED (or 0x121FED) is known color: Blue. HEX triplet: 12, 1F and ED. RGB value is (18,31,237). Sum of RGB (Red+Green+Blue) = 18+31+237=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #121FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FED is #EDE012. Grayscale: #313131. Windows color (decimal): -15589395 or 15539986. OLE color: 15539986.
HSL color Cylindrical-coordinate representation of color #121FED: hue angle of 236.44º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121FED is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 31 | 237 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.07 |
| HSL | 236.44º | 0.86% | 0.5% | - |
| HSV(B) | 236.44º | 0.92% | 0.93% | - |
| XYZ | 16.03 | 7.22 | 80.67 | - |
| YUV | 50.6 | 233.19 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 237 | 0.92 | 0.87 | 0 | 0.07 | 236.44 | 0.86 | 0.5 |
| Hex | 12 | 1F | ED | 5C | 57 | 0 | 7 | EC | 56 | 32 |
| Octal | 22 | 37 | 355 | 134 | 127 | 0 | 7 | 354 | 126 | 62 |
| Binary | 10010 | 11111 | 11101101 | 1011100 | 1010111 | 0 | 111 | 11101100 | 1010110 | 110010 |
Color Harmonies of #121FED
Complementary color
Monochromatic Colors of #121FED
Black with #121FED
Text Example
Text Example
White with #121FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FED; }
p { color: rgb(18,31,237); }
H1.HeaderClassName
{
color: #121FED;
}
.AnyTagClassName
{
color: #121FED;
}
</style>
background-color css
<style>
a { background-color: #121FED; }
a { background-color: rgb(18,31,237); }
div.DivClassName
{
background-color: #121FED;
}
.BgClassName
{
background-color: #121FED;
}
</style>
border-color css
<style>
span { border-color: #121FED; }
span { border-color: rgb(18,31,237); }
td.TdClassName
{
border-color: #121FED;
}
.TagClassName
{
border-color: #121FED;
}
</style>