Shades of Blue #122DF0
Tints of Blue #122DF0
RGB
CMYK
RGB Variations
Color information
#122DF0 (or 0x122DF0) is known color: Blue. HEX triplet: 12, 2D and F0. RGB value is (18,45,240). Sum of RGB (Red+Green+Blue) = 18+45+240=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 240 (94.14% from 255 or 79.21% from 303); Max value from RGB is 240 - color contains mainly: blue. Hex color #122DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122DF0 is #EDD20F. Grayscale: #3A3A3A. Windows color (decimal): -15585808 or 15740178. OLE color: 15740178.
HSL color Cylindrical-coordinate representation of color #122DF0: hue angle of 232.7º 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 #122DF0 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 45 | 240 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.06 |
| HSL | 232.7º | 0.88% | 0.51% | - |
| HSV(B) | 232.7º | 0.93% | 0.94% | - |
| XYZ | 16.92 | 8.3 | 83.15 | - |
| YUV | 59.16 | 230.05 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 240 | 0.92 | 0.81 | 0 | 0.06 | 232.7 | 0.88 | 0.51 |
| Hex | 12 | 2D | F0 | 5C | 51 | 0 | 6 | E9 | 58 | 33 |
| Octal | 22 | 55 | 360 | 134 | 121 | 0 | 6 | 351 | 130 | 63 |
| Binary | 10010 | 101101 | 11110000 | 1011100 | 1010001 | 0 | 110 | 11101001 | 1011000 | 110011 |
Color Harmonies of #122DF0
Complementary color
Monochromatic Colors of #122DF0
Black with #122DF0
Text Example
Text Example
White with #122DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DF0; }
p { color: rgb(18,45,240); }
H1.HeaderClassName
{
color: #122DF0;
}
.AnyTagClassName
{
color: #122DF0;
}
</style>
background-color css
<style>
a { background-color: #122DF0; }
a { background-color: rgb(18,45,240); }
div.DivClassName
{
background-color: #122DF0;
}
.BgClassName
{
background-color: #122DF0;
}
</style>
border-color css
<style>
span { border-color: #122DF0; }
span { border-color: rgb(18,45,240); }
td.TdClassName
{
border-color: #122DF0;
}
.TagClassName
{
border-color: #122DF0;
}
</style>