Shades of Blue #122FFA
Tints of Blue #122FFA
RGB
CMYK
RGB Variations
Color information
#122FFA (or 0x122FFA) is known color: Blue. HEX triplet: 12, 2F and FA. RGB value is (18,47,250). Sum of RGB (Red+Green+Blue) = 18+47+250=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #122FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122FFA is #EDD005. Grayscale: #3C3C3C. Windows color (decimal): -15585286 or 16396050. OLE color: 16396050.
HSL color Cylindrical-coordinate representation of color #122FFA: hue angle of 232.5º 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 #122FFA is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 47 | 250 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.02 |
| HSL | 232.5º | 0.96% | 0.53% | - |
| HSV(B) | 232.5º | 0.93% | 0.98% | - |
| XYZ | 18.52 | 9.06 | 91.22 | - |
| YUV | 61.47 | 234.39 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 250 | 0.93 | 0.81 | 0 | 0.02 | 232.5 | 0.96 | 0.53 |
| Hex | 12 | 2F | FA | 5D | 51 | 0 | 2 | E8 | 60 | 35 |
| Octal | 22 | 57 | 372 | 135 | 121 | 0 | 2 | 350 | 140 | 65 |
| Binary | 10010 | 101111 | 11111010 | 1011101 | 1010001 | 0 | 10 | 11101000 | 1100000 | 110101 |
Color Harmonies of #122FFA
Complementary color
Monochromatic Colors of #122FFA
Black with #122FFA
Text Example
Text Example
White with #122FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122FFA; }
p { color: rgb(18,47,250); }
H1.HeaderClassName
{
color: #122FFA;
}
.AnyTagClassName
{
color: #122FFA;
}
</style>
background-color css
<style>
a { background-color: #122FFA; }
a { background-color: rgb(18,47,250); }
div.DivClassName
{
background-color: #122FFA;
}
.BgClassName
{
background-color: #122FFA;
}
</style>
border-color css
<style>
span { border-color: #122FFA; }
span { border-color: rgb(18,47,250); }
td.TdClassName
{
border-color: #122FFA;
}
.TagClassName
{
border-color: #122FFA;
}
</style>