Shades of Blue #121FF5
Tints of Blue #121FF5
RGB
CMYK
RGB Variations
Color information
#121FF5 (or 0x121FF5) is known color: Blue. HEX triplet: 12, 1F and F5. RGB value is (18,31,245). Sum of RGB (Red+Green+Blue) = 18+31+245=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #121FF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #121FF5 is #EDE00A. Grayscale: #323232. Windows color (decimal): -15589387 or 16064274. OLE color: 16064274.
HSL color Cylindrical-coordinate representation of color #121FF5: hue angle of 236.56º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #121FF5 is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 31 | 245 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.04 |
| HSL | 236.56º | 0.92% | 0.52% | - |
| HSV(B) | 236.56º | 0.93% | 0.96% | - |
| XYZ | 17.22 | 7.7 | 86.97 | - |
| YUV | 51.51 | 237.19 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 245 | 0.93 | 0.87 | 0 | 0.04 | 236.56 | 0.92 | 0.52 |
| Hex | 12 | 1F | F5 | 5D | 57 | 0 | 4 | ED | 5C | 34 |
| Octal | 22 | 37 | 365 | 135 | 127 | 0 | 4 | 355 | 134 | 64 |
| Binary | 10010 | 11111 | 11110101 | 1011101 | 1010111 | 0 | 100 | 11101101 | 1011100 | 110100 |
Color Harmonies of #121FF5
Complementary color
Monochromatic Colors of #121FF5
Black with #121FF5
Text Example
Text Example
White with #121FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FF5; }
p { color: rgb(18,31,245); }
H1.HeaderClassName
{
color: #121FF5;
}
.AnyTagClassName
{
color: #121FF5;
}
</style>
background-color css
<style>
a { background-color: #121FF5; }
a { background-color: rgb(18,31,245); }
div.DivClassName
{
background-color: #121FF5;
}
.BgClassName
{
background-color: #121FF5;
}
</style>
border-color css
<style>
span { border-color: #121FF5; }
span { border-color: rgb(18,31,245); }
td.TdClassName
{
border-color: #121FF5;
}
.TagClassName
{
border-color: #121FF5;
}
</style>