Shades of Blue #122EF1
Tints of Blue #122EF1
RGB
CMYK
RGB Variations
Color information
#122EF1 (or 0x122EF1) is known color: Blue. HEX triplet: 12, 2E and F1. RGB value is (18,46,241). Sum of RGB (Red+Green+Blue) = 18+46+241=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #122EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EF1 is #EDD10E. Grayscale: #3B3B3B. Windows color (decimal): -15585551 or 15805970. OLE color: 15805970.
HSL color Cylindrical-coordinate representation of color #122EF1: hue angle of 232.47º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122EF1 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 46 | 241 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.05 |
| HSL | 232.47º | 0.89% | 0.51% | - |
| HSV(B) | 232.47º | 0.93% | 0.95% | - |
| XYZ | 17.1 | 8.43 | 83.95 | - |
| YUV | 59.86 | 230.22 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 241 | 0.93 | 0.81 | 0 | 0.05 | 232.47 | 0.89 | 0.51 |
| Hex | 12 | 2E | F1 | 5D | 51 | 0 | 5 | E8 | 59 | 33 |
| Octal | 22 | 56 | 361 | 135 | 121 | 0 | 5 | 350 | 131 | 63 |
| Binary | 10010 | 101110 | 11110001 | 1011101 | 1010001 | 0 | 101 | 11101000 | 1011001 | 110011 |
Color Harmonies of #122EF1
Complementary color
Monochromatic Colors of #122EF1
Black with #122EF1
Text Example
Text Example
White with #122EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EF1; }
p { color: rgb(18,46,241); }
H1.HeaderClassName
{
color: #122EF1;
}
.AnyTagClassName
{
color: #122EF1;
}
</style>
background-color css
<style>
a { background-color: #122EF1; }
a { background-color: rgb(18,46,241); }
div.DivClassName
{
background-color: #122EF1;
}
.BgClassName
{
background-color: #122EF1;
}
</style>
border-color css
<style>
span { border-color: #122EF1; }
span { border-color: rgb(18,46,241); }
td.TdClassName
{
border-color: #122EF1;
}
.TagClassName
{
border-color: #122EF1;
}
</style>