Shades of Blue #122FF1
Tints of Blue #122FF1
RGB
CMYK
RGB Variations
Color information
#122FF1 (or 0x122FF1) is known color: Blue. HEX triplet: 12, 2F and F1. RGB value is (18,47,241). Sum of RGB (Red+Green+Blue) = 18+47+241=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 241 (94.53% from 255 or 78.76% from 306); Max value from RGB is 241 - color contains mainly: blue. Hex color #122FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122FF1 is #EDD00E. Grayscale: #3B3B3B. Windows color (decimal): -15585295 or 15806226. OLE color: 15806226.
HSL color Cylindrical-coordinate representation of color #122FF1: hue angle of 232.2º degrees, saturation: 0.89, 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 #122FF1 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 47 | 241 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.05 |
| HSL | 232.2º | 0.89% | 0.51% | - |
| HSV(B) | 232.2º | 0.93% | 0.95% | - |
| XYZ | 17.14 | 8.51 | 83.96 | - |
| YUV | 60.45 | 229.89 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 241 | 0.93 | 0.80 | 0 | 0.05 | 232.2 | 0.89 | 0.51 |
| Hex | 12 | 2F | F1 | 5D | 50 | 0 | 5 | E8 | 59 | 33 |
| Octal | 22 | 57 | 361 | 135 | 120 | 0 | 5 | 350 | 131 | 63 |
| Binary | 10010 | 101111 | 11110001 | 1011101 | 1010000 | 0 | 101 | 11101000 | 1011001 | 110011 |
Color Harmonies of #122FF1
Complementary color
Monochromatic Colors of #122FF1
Black with #122FF1
Text Example
Text Example
White with #122FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FF1; }
p { color: rgb(18,47,241); }
H1.HeaderClassName
{
color: #122FF1;
}
.AnyTagClassName
{
color: #122FF1;
}
</style>
background-color css
<style>
a { background-color: #122FF1; }
a { background-color: rgb(18,47,241); }
div.DivClassName
{
background-color: #122FF1;
}
.BgClassName
{
background-color: #122FF1;
}
</style>
border-color css
<style>
span { border-color: #122FF1; }
span { border-color: rgb(18,47,241); }
td.TdClassName
{
border-color: #122FF1;
}
.TagClassName
{
border-color: #122FF1;
}
</style>