Shades of Blue #122DFA
Tints of Blue #122DFA
RGB
CMYK
RGB Variations
Color information
#122DFA (or 0x122DFA) is known color: Blue. HEX triplet: 12, 2D and FA. RGB value is (18,45,250). Sum of RGB (Red+Green+Blue) = 18+45+250=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #122DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122DFA is #EDD205. Grayscale: #3B3B3B. Windows color (decimal): -15585798 or 16395538. OLE color: 16395538.
HSL color Cylindrical-coordinate representation of color #122DFA: hue angle of 233.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #122DFA is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 45 | 250 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.02 |
| HSL | 233.02º | 0.96% | 0.53% | - |
| HSV(B) | 233.02º | 0.93% | 0.98% | - |
| XYZ | 18.44 | 8.91 | 91.19 | - |
| YUV | 60.3 | 235.05 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 250 | 0.93 | 0.82 | 0 | 0.02 | 233.02 | 0.96 | 0.53 |
| Hex | 12 | 2D | FA | 5D | 52 | 0 | 2 | E9 | 60 | 35 |
| Octal | 22 | 55 | 372 | 135 | 122 | 0 | 2 | 351 | 140 | 65 |
| Binary | 10010 | 101101 | 11111010 | 1011101 | 1010010 | 0 | 10 | 11101001 | 1100000 | 110101 |
Color Harmonies of #122DFA
Complementary color
Monochromatic Colors of #122DFA
Black with #122DFA
Text Example
Text Example
White with #122DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122DFA; }
p { color: rgb(18,45,250); }
H1.HeaderClassName
{
color: #122DFA;
}
.AnyTagClassName
{
color: #122DFA;
}
</style>
background-color css
<style>
a { background-color: #122DFA; }
a { background-color: rgb(18,45,250); }
div.DivClassName
{
background-color: #122DFA;
}
.BgClassName
{
background-color: #122DFA;
}
</style>
border-color css
<style>
span { border-color: #122DFA; }
span { border-color: rgb(18,45,250); }
td.TdClassName
{
border-color: #122DFA;
}
.TagClassName
{
border-color: #122DFA;
}
</style>