Shades of Blue #1629FA
Tints of Blue #1629FA
RGB
CMYK
RGB Variations
Color information
#1629FA (or 0x1629FA) is known color: Blue. HEX triplet: 16, 29 and FA. RGB value is (22,41,250). Sum of RGB (Red+Green+Blue) = 22+41+250=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 41 (16.41% from 255 or 13.10% 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 #1629FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1629FA is #E9D605. Grayscale: #3A3A3A. Windows color (decimal): -15324678 or 16394518. OLE color: 16394518.
HSL color Cylindrical-coordinate representation of color #1629FA: hue angle of 235º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1629FA is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 41 | 250 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.02 |
| HSL | 235º | 0.96% | 0.53% | - |
| HSV(B) | 235º | 0.91% | 0.98% | - |
| XYZ | 18.38 | 8.66 | 91.15 | - |
| YUV | 59.15 | 235.71 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 41 | 250 | 0.91 | 0.84 | 0 | 0.02 | 235 | 0.96 | 0.53 |
| Hex | 16 | 29 | FA | 5B | 54 | 0 | 2 | EB | 60 | 35 |
| Octal | 26 | 51 | 372 | 133 | 124 | 0 | 2 | 353 | 140 | 65 |
| Binary | 10110 | 101001 | 11111010 | 1011011 | 1010100 | 0 | 10 | 11101011 | 1100000 | 110101 |
Color Harmonies of #1629FA
Complementary color
Monochromatic Colors of #1629FA
Black with #1629FA
Text Example
Text Example
White with #1629FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1629FA; }
p { color: rgb(22,41,250); }
H1.HeaderClassName
{
color: #1629FA;
}
.AnyTagClassName
{
color: #1629FA;
}
</style>
background-color css
<style>
a { background-color: #1629FA; }
a { background-color: rgb(22,41,250); }
div.DivClassName
{
background-color: #1629FA;
}
.BgClassName
{
background-color: #1629FA;
}
</style>
border-color css
<style>
span { border-color: #1629FA; }
span { border-color: rgb(22,41,250); }
td.TdClassName
{
border-color: #1629FA;
}
.TagClassName
{
border-color: #1629FA;
}
</style>