Shades of Blue #122EF0
Tints of Blue #122EF0
RGB
CMYK
RGB Variations
Color information
#122EF0 (or 0x122EF0) is known color: Blue. HEX triplet: 12, 2E and F0. RGB value is (18,46,240). Sum of RGB (Red+Green+Blue) = 18+46+240=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 240 (94.14% from 255 or 78.95% from 304); Max value from RGB is 240 - color contains mainly: blue. Hex color #122EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EF0 is #EDD10F. Grayscale: #3A3A3A. Windows color (decimal): -15585552 or 15740434. OLE color: 15740434.
HSL color Cylindrical-coordinate representation of color #122EF0: hue angle of 232.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122EF0 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 46 | 240 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.06 |
| HSL | 232.43º | 0.88% | 0.51% | - |
| HSV(B) | 232.43º | 0.93% | 0.94% | - |
| XYZ | 16.95 | 8.37 | 83.16 | - |
| YUV | 59.74 | 229.72 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 240 | 0.92 | 0.81 | 0 | 0.06 | 232.43 | 0.88 | 0.51 |
| Hex | 12 | 2E | F0 | 5C | 51 | 0 | 6 | E8 | 58 | 33 |
| Octal | 22 | 56 | 360 | 134 | 121 | 0 | 6 | 350 | 130 | 63 |
| Binary | 10010 | 101110 | 11110000 | 1011100 | 1010001 | 0 | 110 | 11101000 | 1011000 | 110011 |
Color Harmonies of #122EF0
Complementary color
Monochromatic Colors of #122EF0
Black with #122EF0
Text Example
Text Example
White with #122EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EF0; }
p { color: rgb(18,46,240); }
H1.HeaderClassName
{
color: #122EF0;
}
.AnyTagClassName
{
color: #122EF0;
}
</style>
background-color css
<style>
a { background-color: #122EF0; }
a { background-color: rgb(18,46,240); }
div.DivClassName
{
background-color: #122EF0;
}
.BgClassName
{
background-color: #122EF0;
}
</style>
border-color css
<style>
span { border-color: #122EF0; }
span { border-color: rgb(18,46,240); }
td.TdClassName
{
border-color: #122EF0;
}
.TagClassName
{
border-color: #122EF0;
}
</style>