Shades of Blue #1030FC
Tints of Blue #1030FC
RGB
CMYK
RGB Variations
Color information
#1030FC (or 0x1030FC) is known color: Blue. HEX triplet: 10, 30 and FC. RGB value is (16,48,252). Sum of RGB (Red+Green+Blue) = 16+48+252=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #1030FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1030FC is #EFCF03. Grayscale: #3C3C3C. Windows color (decimal): -15716100 or 16527376. OLE color: 16527376.
HSL color Cylindrical-coordinate representation of color #1030FC: hue angle of 231.86º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1030FC is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 48 | 252 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.01 |
| HSL | 231.86º | 0.98% | 0.53% | - |
| HSV(B) | 231.86º | 0.94% | 0.99% | - |
| XYZ | 18.84 | 9.25 | 92.89 | - |
| YUV | 61.69 | 235.4 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 252 | 0.94 | 0.81 | 0 | 0.01 | 231.86 | 0.98 | 0.53 |
| Hex | 10 | 30 | FC | 5E | 51 | 0 | 1 | E8 | 62 | 35 |
| Octal | 20 | 60 | 374 | 136 | 121 | 0 | 1 | 350 | 142 | 65 |
| Binary | 10000 | 110000 | 11111100 | 1011110 | 1010001 | 0 | 1 | 11101000 | 1100010 | 110101 |
Color Harmonies of #1030FC
Complementary color
Monochromatic Colors of #1030FC
Black with #1030FC
Text Example
Text Example
White with #1030FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030FC; }
p { color: rgb(16,48,252); }
H1.HeaderClassName
{
color: #1030FC;
}
.AnyTagClassName
{
color: #1030FC;
}
</style>
background-color css
<style>
a { background-color: #1030FC; }
a { background-color: rgb(16,48,252); }
div.DivClassName
{
background-color: #1030FC;
}
.BgClassName
{
background-color: #1030FC;
}
</style>
border-color css
<style>
span { border-color: #1030FC; }
span { border-color: rgb(16,48,252); }
td.TdClassName
{
border-color: #1030FC;
}
.TagClassName
{
border-color: #1030FC;
}
</style>