Shades of Blue #122CF7
Tints of Blue #122CF7
RGB
CMYK
RGB Variations
Color information
#122CF7 (or 0x122CF7) is known color: Blue. HEX triplet: 12, 2C and F7. RGB value is (18,44,247). Sum of RGB (Red+Green+Blue) = 18+44+247=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 247 (96.88% from 255 or 79.94% from 309); Max value from RGB is 247 - color contains mainly: blue. Hex color #122CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CF7 is #EDD308. Grayscale: #3A3A3A. Windows color (decimal): -15586057 or 16198674. OLE color: 16198674.
HSL color Cylindrical-coordinate representation of color #122CF7: hue angle of 233.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122CF7 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 44 | 247 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.03 |
| HSL | 233.19º | 0.93% | 0.52% | - |
| HSV(B) | 233.19º | 0.93% | 0.97% | - |
| XYZ | 17.94 | 8.65 | 88.72 | - |
| YUV | 59.37 | 233.89 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 247 | 0.93 | 0.82 | 0 | 0.03 | 233.19 | 0.93 | 0.52 |
| Hex | 12 | 2C | F7 | 5D | 52 | 0 | 3 | E9 | 5D | 34 |
| Octal | 22 | 54 | 367 | 135 | 122 | 0 | 3 | 351 | 135 | 64 |
| Binary | 10010 | 101100 | 11110111 | 1011101 | 1010010 | 0 | 11 | 11101001 | 1011101 | 110100 |
Color Harmonies of #122CF7
Complementary color
Monochromatic Colors of #122CF7
Black with #122CF7
Text Example
Text Example
White with #122CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CF7; }
p { color: rgb(18,44,247); }
H1.HeaderClassName
{
color: #122CF7;
}
.AnyTagClassName
{
color: #122CF7;
}
</style>
background-color css
<style>
a { background-color: #122CF7; }
a { background-color: rgb(18,44,247); }
div.DivClassName
{
background-color: #122CF7;
}
.BgClassName
{
background-color: #122CF7;
}
</style>
border-color css
<style>
span { border-color: #122CF7; }
span { border-color: rgb(18,44,247); }
td.TdClassName
{
border-color: #122CF7;
}
.TagClassName
{
border-color: #122CF7;
}
</style>