Shades of Blue #121FE6
Tints of Blue #121FE6
RGB
CMYK
RGB Variations
Color information
#121FE6 (or 0x121FE6) is known color: Blue. HEX triplet: 12, 1F and E6. RGB value is (18,31,230). Sum of RGB (Red+Green+Blue) = 18+31+230=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 230 (90.23% from 255 or 82.44% from 279); Max value from RGB is 230 - color contains mainly: blue. Hex color #121FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FE6 is #EDE019. Grayscale: #303030. Windows color (decimal): -15589402 or 15081234. OLE color: 15081234.
HSL color Cylindrical-coordinate representation of color #121FE6: hue angle of 236.32º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121FE6 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 31 | 230 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.10 |
| HSL | 236.32º | 0.85% | 0.49% | - |
| HSV(B) | 236.32º | 0.92% | 0.9% | - |
| XYZ | 15.02 | 6.82 | 75.39 | - |
| YUV | 49.8 | 229.69 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 230 | 0.92 | 0.87 | 0 | 0.10 | 236.32 | 0.85 | 0.49 |
| Hex | 12 | 1F | E6 | 5C | 57 | 0 | A | EC | 55 | 31 |
| Octal | 22 | 37 | 346 | 134 | 127 | 0 | 12 | 354 | 125 | 61 |
| Binary | 10010 | 11111 | 11100110 | 1011100 | 1010111 | 0 | 1010 | 11101100 | 1010101 | 110001 |
Color Harmonies of #121FE6
Complementary color
Monochromatic Colors of #121FE6
Black with #121FE6
Text Example
Text Example
White with #121FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FE6; }
p { color: rgb(18,31,230); }
H1.HeaderClassName
{
color: #121FE6;
}
.AnyTagClassName
{
color: #121FE6;
}
</style>
background-color css
<style>
a { background-color: #121FE6; }
a { background-color: rgb(18,31,230); }
div.DivClassName
{
background-color: #121FE6;
}
.BgClassName
{
background-color: #121FE6;
}
</style>
border-color css
<style>
span { border-color: #121FE6; }
span { border-color: rgb(18,31,230); }
td.TdClassName
{
border-color: #121FE6;
}
.TagClassName
{
border-color: #121FE6;
}
</style>