Shades of Blue #1032FA
Tints of Blue #1032FA
RGB
CMYK
RGB Variations
Color information
#1032FA (or 0x1032FA) is known color: Blue. HEX triplet: 10, 32 and FA. RGB value is (16,50,250). Sum of RGB (Red+Green+Blue) = 16+50+250=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #1032FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1032FA is #EFCD05. Grayscale: #3D3D3D. Windows color (decimal): -15715590 or 16396816. OLE color: 16396816.
HSL color Cylindrical-coordinate representation of color #1032FA: hue angle of 231.28º 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 #1032FA is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 50 | 250 | - |
| CMYK | 0.94 | 0.8 | 0 | 0.02 |
| HSL | 231.28º | 0.96% | 0.52% | - |
| HSV(B) | 231.28º | 0.94% | 0.98% | - |
| XYZ | 18.61 | 9.29 | 91.26 | - |
| YUV | 62.63 | 233.74 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 250 | 0.94 | 0.8 | 0 | 0.02 | 231.28 | 0.96 | 0.52 |
| Hex | 10 | 32 | FA | 5E | 50 | 0 | 2 | E7 | 60 | 34 |
| Octal | 20 | 62 | 372 | 136 | 120 | 0 | 2 | 347 | 140 | 64 |
| Binary | 10000 | 110010 | 11111010 | 1011110 | 1010000 | 0 | 10 | 11100111 | 1100000 | 110100 |
Color Harmonies of #1032FA
Complementary color
Monochromatic Colors of #1032FA
Black with #1032FA
Text Example
Text Example
White with #1032FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1032FA; }
p { color: rgb(16,50,250); }
H1.HeaderClassName
{
color: #1032FA;
}
.AnyTagClassName
{
color: #1032FA;
}
</style>
background-color css
<style>
a { background-color: #1032FA; }
a { background-color: rgb(16,50,250); }
div.DivClassName
{
background-color: #1032FA;
}
.BgClassName
{
background-color: #1032FA;
}
</style>
border-color css
<style>
span { border-color: #1032FA; }
span { border-color: rgb(16,50,250); }
td.TdClassName
{
border-color: #1032FA;
}
.TagClassName
{
border-color: #1032FA;
}
</style>