Shades of Blue #122FF0
Tints of Blue #122FF0
RGB
CMYK
RGB Variations
Color information
#122FF0 (or 0x122FF0) is known color: Blue. HEX triplet: 12, 2F and F0. RGB value is (18,47,240). Sum of RGB (Red+Green+Blue) = 18+47+240=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 240 (94.14% from 255 or 78.69% from 305); Max value from RGB is 240 - color contains mainly: blue. Hex color #122FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122FF0 is #EDD00F. Grayscale: #3B3B3B. Windows color (decimal): -15585296 or 15740690. OLE color: 15740690.
HSL color Cylindrical-coordinate representation of color #122FF0: hue angle of 232.16º 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 #122FF0 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 47 | 240 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.06 |
| HSL | 232.16º | 0.88% | 0.51% | - |
| HSV(B) | 232.16º | 0.93% | 0.94% | - |
| XYZ | 16.99 | 8.45 | 83.17 | - |
| YUV | 60.33 | 229.39 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 240 | 0.92 | 0.80 | 0 | 0.06 | 232.16 | 0.88 | 0.51 |
| Hex | 12 | 2F | F0 | 5C | 50 | 0 | 6 | E8 | 58 | 33 |
| Octal | 22 | 57 | 360 | 134 | 120 | 0 | 6 | 350 | 130 | 63 |
| Binary | 10010 | 101111 | 11110000 | 1011100 | 1010000 | 0 | 110 | 11101000 | 1011000 | 110011 |
Color Harmonies of #122FF0
Complementary color
Monochromatic Colors of #122FF0
Black with #122FF0
Text Example
Text Example
White with #122FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FF0; }
p { color: rgb(18,47,240); }
H1.HeaderClassName
{
color: #122FF0;
}
.AnyTagClassName
{
color: #122FF0;
}
</style>
background-color css
<style>
a { background-color: #122FF0; }
a { background-color: rgb(18,47,240); }
div.DivClassName
{
background-color: #122FF0;
}
.BgClassName
{
background-color: #122FF0;
}
</style>
border-color css
<style>
span { border-color: #122FF0; }
span { border-color: rgb(18,47,240); }
td.TdClassName
{
border-color: #122FF0;
}
.TagClassName
{
border-color: #122FF0;
}
</style>