Shades of Blue #122BEE
Tints of Blue #122BEE
RGB
CMYK
RGB Variations
Color information
#122BEE (or 0x122BEE) is known color: Blue. HEX triplet: 12, 2B and EE. RGB value is (18,43,238). Sum of RGB (Red+Green+Blue) = 18+43+238=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #122BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122BEE is #EDD411. Grayscale: #383838. Windows color (decimal): -15586322 or 15608594. OLE color: 15608594.
HSL color Cylindrical-coordinate representation of color #122BEE: hue angle of 233.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122BEE is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 43 | 238 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.07 |
| HSL | 233.18º | 0.87% | 0.5% | - |
| HSV(B) | 233.18º | 0.92% | 0.93% | - |
| XYZ | 16.55 | 8.03 | 81.57 | - |
| YUV | 57.76 | 229.72 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 238 | 0.92 | 0.82 | 0 | 0.07 | 233.18 | 0.87 | 0.5 |
| Hex | 12 | 2B | EE | 5C | 52 | 0 | 7 | E9 | 57 | 32 |
| Octal | 22 | 53 | 356 | 134 | 122 | 0 | 7 | 351 | 127 | 62 |
| Binary | 10010 | 101011 | 11101110 | 1011100 | 1010010 | 0 | 111 | 11101001 | 1010111 | 110010 |
Color Harmonies of #122BEE
Complementary color
Monochromatic Colors of #122BEE
Black with #122BEE
Text Example
Text Example
White with #122BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122BEE; }
p { color: rgb(18,43,238); }
H1.HeaderClassName
{
color: #122BEE;
}
.AnyTagClassName
{
color: #122BEE;
}
</style>
background-color css
<style>
a { background-color: #122BEE; }
a { background-color: rgb(18,43,238); }
div.DivClassName
{
background-color: #122BEE;
}
.BgClassName
{
background-color: #122BEE;
}
</style>
border-color css
<style>
span { border-color: #122BEE; }
span { border-color: rgb(18,43,238); }
td.TdClassName
{
border-color: #122BEE;
}
.TagClassName
{
border-color: #122BEE;
}
</style>