Shades of Blue #1031FA
Tints of Blue #1031FA
RGB
CMYK
RGB Variations
Color information
#1031FA (or 0x1031FA) is known color: Blue. HEX triplet: 10, 31 and FA. RGB value is (16,49,250). Sum of RGB (Red+Green+Blue) = 16+49+250=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 49 (19.53% from 255 or 15.56% 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 #1031FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1031FA is #EFCE05. Grayscale: #3D3D3D. Windows color (decimal): -15715846 or 16396560. OLE color: 16396560.
HSL color Cylindrical-coordinate representation of color #1031FA: hue angle of 231.54º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1031FA is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 49 | 250 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.02 |
| HSL | 231.54º | 0.96% | 0.52% | - |
| HSV(B) | 231.54º | 0.94% | 0.98% | - |
| XYZ | 18.57 | 9.21 | 91.24 | - |
| YUV | 62.05 | 234.07 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 250 | 0.94 | 0.80 | 0 | 0.02 | 231.54 | 0.96 | 0.52 |
| Hex | 10 | 31 | FA | 5E | 50 | 0 | 2 | E8 | 60 | 34 |
| Octal | 20 | 61 | 372 | 136 | 120 | 0 | 2 | 350 | 140 | 64 |
| Binary | 10000 | 110001 | 11111010 | 1011110 | 1010000 | 0 | 10 | 11101000 | 1100000 | 110100 |
Color Harmonies of #1031FA
Complementary color
Monochromatic Colors of #1031FA
Black with #1031FA
Text Example
Text Example
White with #1031FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1031FA; }
p { color: rgb(16,49,250); }
H1.HeaderClassName
{
color: #1031FA;
}
.AnyTagClassName
{
color: #1031FA;
}
</style>
background-color css
<style>
a { background-color: #1031FA; }
a { background-color: rgb(16,49,250); }
div.DivClassName
{
background-color: #1031FA;
}
.BgClassName
{
background-color: #1031FA;
}
</style>
border-color css
<style>
span { border-color: #1031FA; }
span { border-color: rgb(16,49,250); }
td.TdClassName
{
border-color: #1031FA;
}
.TagClassName
{
border-color: #1031FA;
}
</style>