Shades of Blue #1631FA
Tints of Blue #1631FA
RGB
CMYK
RGB Variations
Color information
#1631FA (or 0x1631FA) is known color: Blue. HEX triplet: 16, 31 and FA. RGB value is (22,49,250). Sum of RGB (Red+Green+Blue) = 22+49+250=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #1631FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1631FA is #E9CE05. Grayscale: #3F3F3F. Windows color (decimal): -15322630 or 16396566. OLE color: 16396566.
HSL color Cylindrical-coordinate representation of color #1631FA: hue angle of 232.89º 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 #1631FA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 49 | 250 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.02 |
| HSL | 232.89º | 0.96% | 0.53% | - |
| HSV(B) | 232.89º | 0.91% | 0.98% | - |
| XYZ | 18.68 | 9.27 | 91.25 | - |
| YUV | 63.84 | 233.05 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 250 | 0.91 | 0.80 | 0 | 0.02 | 232.89 | 0.96 | 0.53 |
| Hex | 16 | 31 | FA | 5B | 50 | 0 | 2 | E9 | 60 | 35 |
| Octal | 26 | 61 | 372 | 133 | 120 | 0 | 2 | 351 | 140 | 65 |
| Binary | 10110 | 110001 | 11111010 | 1011011 | 1010000 | 0 | 10 | 11101001 | 1100000 | 110101 |
Color Harmonies of #1631FA
Complementary color
Monochromatic Colors of #1631FA
Black with #1631FA
Text Example
Text Example
White with #1631FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631FA; }
p { color: rgb(22,49,250); }
H1.HeaderClassName
{
color: #1631FA;
}
.AnyTagClassName
{
color: #1631FA;
}
</style>
background-color css
<style>
a { background-color: #1631FA; }
a { background-color: rgb(22,49,250); }
div.DivClassName
{
background-color: #1631FA;
}
.BgClassName
{
background-color: #1631FA;
}
</style>
border-color css
<style>
span { border-color: #1631FA; }
span { border-color: rgb(22,49,250); }
td.TdClassName
{
border-color: #1631FA;
}
.TagClassName
{
border-color: #1631FA;
}
</style>