Shades of Blue #122EF3
Tints of Blue #122EF3
RGB
CMYK
RGB Variations
Color information
#122EF3 (or 0x122EF3) is known color: Blue. HEX triplet: 12, 2E and F3. RGB value is (18,46,243). Sum of RGB (Red+Green+Blue) = 18+46+243=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 243 (95.31% from 255 or 79.15% from 307); Max value from RGB is 243 - color contains mainly: blue. Hex color #122EF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122EF3 is #EDD10C. Grayscale: #3B3B3B. Windows color (decimal): -15585549 or 15937042. OLE color: 15937042.
HSL color Cylindrical-coordinate representation of color #122EF3: hue angle of 232.53º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122EF3 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 46 | 243 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.05 |
| HSL | 232.53º | 0.9% | 0.51% | - |
| HSV(B) | 232.53º | 0.93% | 0.95% | - |
| XYZ | 17.4 | 8.55 | 85.53 | - |
| YUV | 60.09 | 231.22 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 243 | 0.93 | 0.81 | 0 | 0.05 | 232.53 | 0.9 | 0.51 |
| Hex | 12 | 2E | F3 | 5D | 51 | 0 | 5 | E9 | 5A | 33 |
| Octal | 22 | 56 | 363 | 135 | 121 | 0 | 5 | 351 | 132 | 63 |
| Binary | 10010 | 101110 | 11110011 | 1011101 | 1010001 | 0 | 101 | 11101001 | 1011010 | 110011 |
Color Harmonies of #122EF3
Complementary color
Monochromatic Colors of #122EF3
Black with #122EF3
Text Example
Text Example
White with #122EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122EF3; }
p { color: rgb(18,46,243); }
H1.HeaderClassName
{
color: #122EF3;
}
.AnyTagClassName
{
color: #122EF3;
}
</style>
background-color css
<style>
a { background-color: #122EF3; }
a { background-color: rgb(18,46,243); }
div.DivClassName
{
background-color: #122EF3;
}
.BgClassName
{
background-color: #122EF3;
}
</style>
border-color css
<style>
span { border-color: #122EF3; }
span { border-color: rgb(18,46,243); }
td.TdClassName
{
border-color: #122EF3;
}
.TagClassName
{
border-color: #122EF3;
}
</style>