Shades of Medium Blue #121FE5
Tints of Medium Blue #121FE5
RGB
CMYK
RGB Variations
Color information
#121FE5 (or 0x121FE5) is known color: Medium Blue. HEX triplet: 12, 1F and E5. RGB value is (18,31,229). Sum of RGB (Red+Green+Blue) = 18+31+229=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 229 (89.84% from 255 or 82.37% from 278); Max value from RGB is 229 - color contains mainly: blue. Hex color #121FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FE5 is #EDE01A. Grayscale: #303030. Windows color (decimal): -15589403 or 15015698. OLE color: 15015698.
HSL color Cylindrical-coordinate representation of color #121FE5: hue angle of 236.3º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121FE5 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 31 | 229 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.10 |
| HSL | 236.3º | 0.85% | 0.48% | - |
| HSV(B) | 236.3º | 0.92% | 0.9% | - |
| XYZ | 14.88 | 6.77 | 74.65 | - |
| YUV | 49.69 | 229.19 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 229 | 0.92 | 0.86 | 0 | 0.10 | 236.3 | 0.85 | 0.48 |
| Hex | 12 | 1F | E5 | 5C | 56 | 0 | A | EC | 55 | 30 |
| Octal | 22 | 37 | 345 | 134 | 126 | 0 | 12 | 354 | 125 | 60 |
| Binary | 10010 | 11111 | 11100101 | 1011100 | 1010110 | 0 | 1010 | 11101100 | 1010101 | 110000 |
Color Harmonies of #121FE5
Complementary color
Monochromatic Colors of #121FE5
Black with #121FE5
Text Example
Text Example
White with #121FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FE5; }
p { color: rgb(18,31,229); }
H1.HeaderClassName
{
color: #121FE5;
}
.AnyTagClassName
{
color: #121FE5;
}
</style>
background-color css
<style>
a { background-color: #121FE5; }
a { background-color: rgb(18,31,229); }
div.DivClassName
{
background-color: #121FE5;
}
.BgClassName
{
background-color: #121FE5;
}
</style>
border-color css
<style>
span { border-color: #121FE5; }
span { border-color: rgb(18,31,229); }
td.TdClassName
{
border-color: #121FE5;
}
.TagClassName
{
border-color: #121FE5;
}
</style>