Shades of Blue #122CFC
Tints of Blue #122CFC
RGB
CMYK
RGB Variations
Color information
#122CFC (or 0x122CFC) is known color: Blue. HEX triplet: 12, 2C and FC. RGB value is (18,44,252). Sum of RGB (Red+Green+Blue) = 18+44+252=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #122CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CFC is #EDD303. Grayscale: #3B3B3B. Windows color (decimal): -15586052 or 16526354. OLE color: 16526354.
HSL color Cylindrical-coordinate representation of color #122CFC: hue angle of 233.33º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122CFC is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 44 | 252 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.01 |
| HSL | 233.33º | 0.98% | 0.53% | - |
| HSV(B) | 233.33º | 0.93% | 0.99% | - |
| XYZ | 18.72 | 8.96 | 92.84 | - |
| YUV | 59.94 | 236.39 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 252 | 0.93 | 0.83 | 0 | 0.01 | 233.33 | 0.98 | 0.53 |
| Hex | 12 | 2C | FC | 5D | 53 | 0 | 1 | E9 | 62 | 35 |
| Octal | 22 | 54 | 374 | 135 | 123 | 0 | 1 | 351 | 142 | 65 |
| Binary | 10010 | 101100 | 11111100 | 1011101 | 1010011 | 0 | 1 | 11101001 | 1100010 | 110101 |
Color Harmonies of #122CFC
Complementary color
Monochromatic Colors of #122CFC
Black with #122CFC
Text Example
Text Example
White with #122CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CFC; }
p { color: rgb(18,44,252); }
H1.HeaderClassName
{
color: #122CFC;
}
.AnyTagClassName
{
color: #122CFC;
}
</style>
background-color css
<style>
a { background-color: #122CFC; }
a { background-color: rgb(18,44,252); }
div.DivClassName
{
background-color: #122CFC;
}
.BgClassName
{
background-color: #122CFC;
}
</style>
border-color css
<style>
span { border-color: #122CFC; }
span { border-color: rgb(18,44,252); }
td.TdClassName
{
border-color: #122CFC;
}
.TagClassName
{
border-color: #122CFC;
}
</style>