Shades of Blue #122DF2
Tints of Blue #122DF2
RGB
CMYK
RGB Variations
Color information
#122DF2 (or 0x122DF2) is known color: Blue. HEX triplet: 12, 2D and F2. RGB value is (18,45,242). Sum of RGB (Red+Green+Blue) = 18+45+242=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #122DF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122DF2 is #EDD20D. Grayscale: #3A3A3A. Windows color (decimal): -15585806 or 15871250. OLE color: 15871250.
HSL color Cylindrical-coordinate representation of color #122DF2: hue angle of 232.77º 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 #122DF2 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 45 | 242 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.05 |
| HSL | 232.77º | 0.9% | 0.51% | - |
| HSV(B) | 232.77º | 0.93% | 0.95% | - |
| XYZ | 17.21 | 8.42 | 84.72 | - |
| YUV | 59.39 | 231.05 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 242 | 0.93 | 0.81 | 0 | 0.05 | 232.77 | 0.9 | 0.51 |
| Hex | 12 | 2D | F2 | 5D | 51 | 0 | 5 | E9 | 5A | 33 |
| Octal | 22 | 55 | 362 | 135 | 121 | 0 | 5 | 351 | 132 | 63 |
| Binary | 10010 | 101101 | 11110010 | 1011101 | 1010001 | 0 | 101 | 11101001 | 1011010 | 110011 |
Color Harmonies of #122DF2
Complementary color
Monochromatic Colors of #122DF2
Black with #122DF2
Text Example
Text Example
White with #122DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DF2; }
p { color: rgb(18,45,242); }
H1.HeaderClassName
{
color: #122DF2;
}
.AnyTagClassName
{
color: #122DF2;
}
</style>
background-color css
<style>
a { background-color: #122DF2; }
a { background-color: rgb(18,45,242); }
div.DivClassName
{
background-color: #122DF2;
}
.BgClassName
{
background-color: #122DF2;
}
</style>
border-color css
<style>
span { border-color: #122DF2; }
span { border-color: rgb(18,45,242); }
td.TdClassName
{
border-color: #122DF2;
}
.TagClassName
{
border-color: #122DF2;
}
</style>