Shades of Blue #122EFF
Tints of Blue #122EFF
RGB
CMYK
RGB Variations
Color information
#122EFF (or 0x122EFF) is known color: Blue. HEX triplet: 12, 2E and FF. RGB value is (18,46,255). Sum of RGB (Red+Green+Blue) = 18+46+255=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #122EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EFF is #EDD100. Grayscale: #3C3C3C. Windows color (decimal): -15585537 or 16723474. OLE color: 16723474.
HSL color Cylindrical-coordinate representation of color #122EFF: hue angle of 232.91º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122EFF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 46 | 255 | - |
| CMYK | 0.93 | 0.82 | 0 | 0 |
| HSL | 232.91º | 1% | 0.54% | - |
| HSV(B) | 232.91º | 0.93% | 1% | - |
| XYZ | 19.28 | 9.3 | 95.39 | - |
| YUV | 61.45 | 237.22 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 255 | 0.93 | 0.82 | 0 | 0 | 232.91 | 1 | 0.54 |
| Hex | 12 | 2E | FF | 5D | 52 | 0 | 0 | E9 | 64 | 36 |
| Octal | 22 | 56 | 377 | 135 | 122 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10010 | 101110 | 11111111 | 1011101 | 1010010 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #122EFF
Complementary color
Monochromatic Colors of #122EFF
Black with #122EFF
Text Example
Text Example
White with #122EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EFF; }
p { color: rgb(18,46,255); }
H1.HeaderClassName
{
color: #122EFF;
}
.AnyTagClassName
{
color: #122EFF;
}
</style>
background-color css
<style>
a { background-color: #122EFF; }
a { background-color: rgb(18,46,255); }
div.DivClassName
{
background-color: #122EFF;
}
.BgClassName
{
background-color: #122EFF;
}
</style>
border-color css
<style>
span { border-color: #122EFF; }
span { border-color: rgb(18,46,255); }
td.TdClassName
{
border-color: #122EFF;
}
.TagClassName
{
border-color: #122EFF;
}
</style>