Shades of Blue #122AEB
Tints of Blue #122AEB
RGB
CMYK
RGB Variations
Color information
#122AEB (or 0x122AEB) is known color: Blue. HEX triplet: 12, 2A and EB. RGB value is (18,42,235). Sum of RGB (Red+Green+Blue) = 18+42+235=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #122AEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122AEB is #EDD514. Grayscale: #383838. Windows color (decimal): -15586581 or 15411730. OLE color: 15411730.
HSL color Cylindrical-coordinate representation of color #122AEB: hue angle of 233.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122AEB is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 42 | 235 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.08 |
| HSL | 233.36º | 0.86% | 0.5% | - |
| HSV(B) | 233.36º | 0.92% | 0.92% | - |
| XYZ | 16.07 | 7.78 | 79.25 | - |
| YUV | 56.83 | 228.55 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 235 | 0.92 | 0.82 | 0 | 0.08 | 233.36 | 0.86 | 0.5 |
| Hex | 12 | 2A | EB | 5C | 52 | 0 | 8 | E9 | 56 | 32 |
| Octal | 22 | 52 | 353 | 134 | 122 | 0 | 10 | 351 | 126 | 62 |
| Binary | 10010 | 101010 | 11101011 | 1011100 | 1010010 | 0 | 1000 | 11101001 | 1010110 | 110010 |
Color Harmonies of #122AEB
Complementary color
Monochromatic Colors of #122AEB
Black with #122AEB
Text Example
Text Example
White with #122AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AEB; }
p { color: rgb(18,42,235); }
H1.HeaderClassName
{
color: #122AEB;
}
.AnyTagClassName
{
color: #122AEB;
}
</style>
background-color css
<style>
a { background-color: #122AEB; }
a { background-color: rgb(18,42,235); }
div.DivClassName
{
background-color: #122AEB;
}
.BgClassName
{
background-color: #122AEB;
}
</style>
border-color css
<style>
span { border-color: #122AEB; }
span { border-color: rgb(18,42,235); }
td.TdClassName
{
border-color: #122AEB;
}
.TagClassName
{
border-color: #122AEB;
}
</style>