Shades of Blue #122AF0
Tints of Blue #122AF0
RGB
CMYK
RGB Variations
Color information
#122AF0 (or 0x122AF0) is known color: Blue. HEX triplet: 12, 2A and F0. RGB value is (18,42,240). Sum of RGB (Red+Green+Blue) = 18+42+240=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 240 (94.14% from 255 or 80% from 300); Max value from RGB is 240 - color contains mainly: blue. Hex color #122AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122AF0 is #EDD50F. Grayscale: #383838. Windows color (decimal): -15586576 or 15739410. OLE color: 15739410.
HSL color Cylindrical-coordinate representation of color #122AF0: hue angle of 233.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122AF0 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 42 | 240 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.06 |
| HSL | 233.51º | 0.88% | 0.51% | - |
| HSV(B) | 233.51º | 0.93% | 0.94% | - |
| XYZ | 16.81 | 8.08 | 83.11 | - |
| YUV | 57.4 | 231.05 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 240 | 0.92 | 0.82 | 0 | 0.06 | 233.51 | 0.88 | 0.51 |
| Hex | 12 | 2A | F0 | 5C | 52 | 0 | 6 | EA | 58 | 33 |
| Octal | 22 | 52 | 360 | 134 | 122 | 0 | 6 | 352 | 130 | 63 |
| Binary | 10010 | 101010 | 11110000 | 1011100 | 1010010 | 0 | 110 | 11101010 | 1011000 | 110011 |
Color Harmonies of #122AF0
Complementary color
Monochromatic Colors of #122AF0
Black with #122AF0
Text Example
Text Example
White with #122AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122AF0; }
p { color: rgb(18,42,240); }
H1.HeaderClassName
{
color: #122AF0;
}
.AnyTagClassName
{
color: #122AF0;
}
</style>
background-color css
<style>
a { background-color: #122AF0; }
a { background-color: rgb(18,42,240); }
div.DivClassName
{
background-color: #122AF0;
}
.BgClassName
{
background-color: #122AF0;
}
</style>
border-color css
<style>
span { border-color: #122AF0; }
span { border-color: rgb(18,42,240); }
td.TdClassName
{
border-color: #122AF0;
}
.TagClassName
{
border-color: #122AF0;
}
</style>