Shades of Blue #1637FA
Tints of Blue #1637FA
RGB
CMYK
RGB Variations
Color information
#1637FA (or 0x1637FA) is known color: Blue. HEX triplet: 16, 37 and FA. RGB value is (22,55,250). Sum of RGB (Red+Green+Blue) = 22+55+250=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #1637FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1637FA is #E9C805. Grayscale: #424242. Windows color (decimal): -15321094 or 16398102. OLE color: 16398102.
HSL color Cylindrical-coordinate representation of color #1637FA: hue angle of 231.32º 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 #1637FA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 55 | 250 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.02 |
| HSL | 231.32º | 0.96% | 0.53% | - |
| HSV(B) | 231.32º | 0.91% | 0.98% | - |
| XYZ | 18.95 | 9.81 | 91.34 | - |
| YUV | 67.36 | 231.07 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 250 | 0.91 | 0.78 | 0 | 0.02 | 231.32 | 0.96 | 0.53 |
| Hex | 16 | 37 | FA | 5B | 4E | 0 | 2 | E7 | 60 | 35 |
| Octal | 26 | 67 | 372 | 133 | 116 | 0 | 2 | 347 | 140 | 65 |
| Binary | 10110 | 110111 | 11111010 | 1011011 | 1001110 | 0 | 10 | 11100111 | 1100000 | 110101 |
Color Harmonies of #1637FA
Complementary color
Monochromatic Colors of #1637FA
Black with #1637FA
Text Example
Text Example
White with #1637FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1637FA; }
p { color: rgb(22,55,250); }
H1.HeaderClassName
{
color: #1637FA;
}
.AnyTagClassName
{
color: #1637FA;
}
</style>
background-color css
<style>
a { background-color: #1637FA; }
a { background-color: rgb(22,55,250); }
div.DivClassName
{
background-color: #1637FA;
}
.BgClassName
{
background-color: #1637FA;
}
</style>
border-color css
<style>
span { border-color: #1637FA; }
span { border-color: rgb(22,55,250); }
td.TdClassName
{
border-color: #1637FA;
}
.TagClassName
{
border-color: #1637FA;
}
</style>