Shades of Blue #122FFE
Tints of Blue #122FFE
RGB
CMYK
RGB Variations
Color information
#122FFE (or 0x122FFE) is known color: Blue. HEX triplet: 12, 2F and FE. RGB value is (18,47,254). Sum of RGB (Red+Green+Blue) = 18+47+254=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #122FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122FFE is #EDD001. Grayscale: #3D3D3D. Windows color (decimal): -15585282 or 16658194. OLE color: 16658194.
HSL color Cylindrical-coordinate representation of color #122FFE: hue angle of 232.63º 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 #122FFE is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 47 | 254 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.00 |
| HSL | 232.63º | 0.99% | 0.53% | - |
| HSV(B) | 232.63º | 0.93% | 1% | - |
| XYZ | 19.16 | 9.32 | 94.55 | - |
| YUV | 61.93 | 236.39 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 254 | 0.93 | 0.81 | 0 | 0.00 | 232.63 | 0.99 | 0.53 |
| Hex | 12 | 2F | FE | 5D | 51 | 0 | 0 | E9 | 63 | 35 |
| Octal | 22 | 57 | 376 | 135 | 121 | 0 | 0 | 351 | 143 | 65 |
| Binary | 10010 | 101111 | 11111110 | 1011101 | 1010001 | 0 | 0 | 11101001 | 1100011 | 110101 |
Color Harmonies of #122FFE
Complementary color
Monochromatic Colors of #122FFE
Black with #122FFE
Text Example
Text Example
White with #122FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FFE; }
p { color: rgb(18,47,254); }
H1.HeaderClassName
{
color: #122FFE;
}
.AnyTagClassName
{
color: #122FFE;
}
</style>
background-color css
<style>
a { background-color: #122FFE; }
a { background-color: rgb(18,47,254); }
div.DivClassName
{
background-color: #122FFE;
}
.BgClassName
{
background-color: #122FFE;
}
</style>
border-color css
<style>
span { border-color: #122FFE; }
span { border-color: rgb(18,47,254); }
td.TdClassName
{
border-color: #122FFE;
}
.TagClassName
{
border-color: #122FFE;
}
</style>