Shades of Blue #122CFE
Tints of Blue #122CFE
RGB
CMYK
RGB Variations
Color information
#122CFE (or 0x122CFE) is known color: Blue. HEX triplet: 12, 2C and FE. RGB value is (18,44,254). Sum of RGB (Red+Green+Blue) = 18+44+254=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #122CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CFE is #EDD301. Grayscale: #3B3B3B. Windows color (decimal): -15586050 or 16657426. OLE color: 16657426.
HSL color Cylindrical-coordinate representation of color #122CFE: hue angle of 233.39º 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 #122CFE is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 44 | 254 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.00 |
| HSL | 233.39º | 0.99% | 0.53% | - |
| HSV(B) | 233.39º | 0.93% | 1% | - |
| XYZ | 19.04 | 9.09 | 94.52 | - |
| YUV | 60.17 | 237.39 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 254 | 0.93 | 0.83 | 0 | 0.00 | 233.39 | 0.99 | 0.53 |
| Hex | 12 | 2C | FE | 5D | 53 | 0 | 0 | E9 | 63 | 35 |
| Octal | 22 | 54 | 376 | 135 | 123 | 0 | 0 | 351 | 143 | 65 |
| Binary | 10010 | 101100 | 11111110 | 1011101 | 1010011 | 0 | 0 | 11101001 | 1100011 | 110101 |
Color Harmonies of #122CFE
Complementary color
Monochromatic Colors of #122CFE
Black with #122CFE
Text Example
Text Example
White with #122CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CFE; }
p { color: rgb(18,44,254); }
H1.HeaderClassName
{
color: #122CFE;
}
.AnyTagClassName
{
color: #122CFE;
}
</style>
background-color css
<style>
a { background-color: #122CFE; }
a { background-color: rgb(18,44,254); }
div.DivClassName
{
background-color: #122CFE;
}
.BgClassName
{
background-color: #122CFE;
}
</style>
border-color css
<style>
span { border-color: #122CFE; }
span { border-color: rgb(18,44,254); }
td.TdClassName
{
border-color: #122CFE;
}
.TagClassName
{
border-color: #122CFE;
}
</style>