Shades of Blue #122FF2
Tints of Blue #122FF2
RGB
CMYK
RGB Variations
Color information
#122FF2 (or 0x122FF2) is known color: Blue. HEX triplet: 12, 2F and F2. RGB value is (18,47,242). Sum of RGB (Red+Green+Blue) = 18+47+242=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 242 (94.92% from 255 or 78.83% from 307); Max value from RGB is 242 - color contains mainly: blue. Hex color #122FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122FF2 is #EDD00D. Grayscale: #3B3B3B. Windows color (decimal): -15585294 or 15871762. OLE color: 15871762.
HSL color Cylindrical-coordinate representation of color #122FF2: hue angle of 232.23º 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 #122FF2 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 47 | 242 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.05 |
| HSL | 232.23º | 0.9% | 0.51% | - |
| HSV(B) | 232.23º | 0.93% | 0.95% | - |
| XYZ | 17.29 | 8.57 | 84.75 | - |
| YUV | 60.56 | 230.39 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 242 | 0.93 | 0.81 | 0 | 0.05 | 232.23 | 0.9 | 0.51 |
| Hex | 12 | 2F | F2 | 5D | 51 | 0 | 5 | E8 | 5A | 33 |
| Octal | 22 | 57 | 362 | 135 | 121 | 0 | 5 | 350 | 132 | 63 |
| Binary | 10010 | 101111 | 11110010 | 1011101 | 1010001 | 0 | 101 | 11101000 | 1011010 | 110011 |
Color Harmonies of #122FF2
Complementary color
Monochromatic Colors of #122FF2
Black with #122FF2
Text Example
Text Example
White with #122FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FF2; }
p { color: rgb(18,47,242); }
H1.HeaderClassName
{
color: #122FF2;
}
.AnyTagClassName
{
color: #122FF2;
}
</style>
background-color css
<style>
a { background-color: #122FF2; }
a { background-color: rgb(18,47,242); }
div.DivClassName
{
background-color: #122FF2;
}
.BgClassName
{
background-color: #122FF2;
}
</style>
border-color css
<style>
span { border-color: #122FF2; }
span { border-color: rgb(18,47,242); }
td.TdClassName
{
border-color: #122FF2;
}
.TagClassName
{
border-color: #122FF2;
}
</style>