Shades of Blue #122CED
Tints of Blue #122CED
RGB
CMYK
RGB Variations
Color information
#122CED (or 0x122CED) is known color: Blue. HEX triplet: 12, 2C and ED. RGB value is (18,44,237). Sum of RGB (Red+Green+Blue) = 18+44+237=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 237 (92.97% from 255 or 79.26% from 299); Max value from RGB is 237 - color contains mainly: blue. Hex color #122CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CED is #EDD312. Grayscale: #393939. Windows color (decimal): -15586067 or 15543314. OLE color: 15543314.
HSL color Cylindrical-coordinate representation of color #122CED: hue angle of 232.88º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122CED is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 44 | 237 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.07 |
| HSL | 232.88º | 0.86% | 0.5% | - |
| HSV(B) | 232.88º | 0.92% | 0.93% | - |
| XYZ | 16.44 | 8.04 | 80.81 | - |
| YUV | 58.23 | 228.89 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 237 | 0.92 | 0.81 | 0 | 0.07 | 232.88 | 0.86 | 0.5 |
| Hex | 12 | 2C | ED | 5C | 51 | 0 | 7 | E9 | 56 | 32 |
| Octal | 22 | 54 | 355 | 134 | 121 | 0 | 7 | 351 | 126 | 62 |
| Binary | 10010 | 101100 | 11101101 | 1011100 | 1010001 | 0 | 111 | 11101001 | 1010110 | 110010 |
Color Harmonies of #122CED
Complementary color
Monochromatic Colors of #122CED
Black with #122CED
Text Example
Text Example
White with #122CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CED; }
p { color: rgb(18,44,237); }
H1.HeaderClassName
{
color: #122CED;
}
.AnyTagClassName
{
color: #122CED;
}
</style>
background-color css
<style>
a { background-color: #122CED; }
a { background-color: rgb(18,44,237); }
div.DivClassName
{
background-color: #122CED;
}
.BgClassName
{
background-color: #122CED;
}
</style>
border-color css
<style>
span { border-color: #122CED; }
span { border-color: rgb(18,44,237); }
td.TdClassName
{
border-color: #122CED;
}
.TagClassName
{
border-color: #122CED;
}
</style>