Shades of Blue #122BFA
Tints of Blue #122BFA
RGB
CMYK
RGB Variations
Color information
#122BFA (or 0x122BFA) is known color: Blue. HEX triplet: 12, 2B and FA. RGB value is (18,43,250). Sum of RGB (Red+Green+Blue) = 18+43+250=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #122BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #122BFA is #EDD405. Grayscale: #3A3A3A. Windows color (decimal): -15586310 or 16395026. OLE color: 16395026.
HSL color Cylindrical-coordinate representation of color #122BFA: hue angle of 233.53º 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 #122BFA is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 43 | 250 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.02 |
| HSL | 233.53º | 0.96% | 0.53% | - |
| HSV(B) | 233.53º | 0.93% | 0.98% | - |
| XYZ | 18.37 | 8.76 | 91.16 | - |
| YUV | 59.12 | 235.72 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 250 | 0.93 | 0.83 | 0 | 0.02 | 233.53 | 0.96 | 0.53 |
| Hex | 12 | 2B | FA | 5D | 53 | 0 | 2 | EA | 60 | 35 |
| Octal | 22 | 53 | 372 | 135 | 123 | 0 | 2 | 352 | 140 | 65 |
| Binary | 10010 | 101011 | 11111010 | 1011101 | 1010011 | 0 | 10 | 11101010 | 1100000 | 110101 |
Color Harmonies of #122BFA
Complementary color
Monochromatic Colors of #122BFA
Black with #122BFA
Text Example
Text Example
White with #122BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122BFA; }
p { color: rgb(18,43,250); }
H1.HeaderClassName
{
color: #122BFA;
}
.AnyTagClassName
{
color: #122BFA;
}
</style>
background-color css
<style>
a { background-color: #122BFA; }
a { background-color: rgb(18,43,250); }
div.DivClassName
{
background-color: #122BFA;
}
.BgClassName
{
background-color: #122BFA;
}
</style>
border-color css
<style>
span { border-color: #122BFA; }
span { border-color: rgb(18,43,250); }
td.TdClassName
{
border-color: #122BFA;
}
.TagClassName
{
border-color: #122BFA;
}
</style>