Shades of Blue #122AFE
Tints of Blue #122AFE
RGB
CMYK
RGB Variations
Color information
#122AFE (or 0x122AFE) is known color: Blue. HEX triplet: 12, 2A and FE. RGB value is (18,42,254). Sum of RGB (Red+Green+Blue) = 18+42+254=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 254 (99.61% from 255 or 80.89% from 314); Max value from RGB is 254 - color contains mainly: blue. Hex color #122AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122AFE is #EDD501. Grayscale: #3A3A3A. Windows color (decimal): -15586562 or 16656914. OLE color: 16656914.
HSL color Cylindrical-coordinate representation of color #122AFE: hue angle of 233.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122AFE is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 42 | 254 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.00 |
| HSL | 233.9º | 0.99% | 0.53% | - |
| HSV(B) | 233.9º | 0.93% | 1% | - |
| XYZ | 18.97 | 8.94 | 94.49 | - |
| YUV | 58.99 | 238.05 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 254 | 0.93 | 0.83 | 0 | 0.00 | 233.9 | 0.99 | 0.53 |
| Hex | 12 | 2A | FE | 5D | 53 | 0 | 0 | EA | 63 | 35 |
| Octal | 22 | 52 | 376 | 135 | 123 | 0 | 0 | 352 | 143 | 65 |
| Binary | 10010 | 101010 | 11111110 | 1011101 | 1010011 | 0 | 0 | 11101010 | 1100011 | 110101 |
Color Harmonies of #122AFE
Complementary color
Monochromatic Colors of #122AFE
Black with #122AFE
Text Example
Text Example
White with #122AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AFE; }
p { color: rgb(18,42,254); }
H1.HeaderClassName
{
color: #122AFE;
}
.AnyTagClassName
{
color: #122AFE;
}
</style>
background-color css
<style>
a { background-color: #122AFE; }
a { background-color: rgb(18,42,254); }
div.DivClassName
{
background-color: #122AFE;
}
.BgClassName
{
background-color: #122AFE;
}
</style>
border-color css
<style>
span { border-color: #122AFE; }
span { border-color: rgb(18,42,254); }
td.TdClassName
{
border-color: #122AFE;
}
.TagClassName
{
border-color: #122AFE;
}
</style>