Shades of Blue #122CEF
Tints of Blue #122CEF
RGB
CMYK
RGB Variations
Color information
#122CEF (or 0x122CEF) is known color: Blue. HEX triplet: 12, 2C and EF. RGB value is (18,44,239). Sum of RGB (Red+Green+Blue) = 18+44+239=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #122CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122CEF is #EDD310. Grayscale: #393939. Windows color (decimal): -15586065 or 15674386. OLE color: 15674386.
HSL color Cylindrical-coordinate representation of color #122CEF: hue angle of 232.94º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #122CEF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 44 | 239 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.06 |
| HSL | 232.94º | 0.87% | 0.5% | - |
| HSV(B) | 232.94º | 0.92% | 0.94% | - |
| XYZ | 16.73 | 8.16 | 82.36 | - |
| YUV | 58.46 | 229.89 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 239 | 0.92 | 0.82 | 0 | 0.06 | 232.94 | 0.87 | 0.5 |
| Hex | 12 | 2C | EF | 5C | 52 | 0 | 6 | E9 | 57 | 32 |
| Octal | 22 | 54 | 357 | 134 | 122 | 0 | 6 | 351 | 127 | 62 |
| Binary | 10010 | 101100 | 11101111 | 1011100 | 1010010 | 0 | 110 | 11101001 | 1010111 | 110010 |
Color Harmonies of #122CEF
Complementary color
Monochromatic Colors of #122CEF
Black with #122CEF
Text Example
Text Example
White with #122CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122CEF; }
p { color: rgb(18,44,239); }
H1.HeaderClassName
{
color: #122CEF;
}
.AnyTagClassName
{
color: #122CEF;
}
</style>
background-color css
<style>
a { background-color: #122CEF; }
a { background-color: rgb(18,44,239); }
div.DivClassName
{
background-color: #122CEF;
}
.BgClassName
{
background-color: #122CEF;
}
</style>
border-color css
<style>
span { border-color: #122CEF; }
span { border-color: rgb(18,44,239); }
td.TdClassName
{
border-color: #122CEF;
}
.TagClassName
{
border-color: #122CEF;
}
</style>