Shades of Blue #1030FB
Tints of Blue #1030FB
RGB
CMYK
RGB Variations
Color information
#1030FB (or 0x1030FB) is known color: Blue. HEX triplet: 10, 30 and FB. RGB value is (16,48,251). Sum of RGB (Red+Green+Blue) = 16+48+251=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #1030FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1030FB is #EFCF04. Grayscale: #3C3C3C. Windows color (decimal): -15716101 or 16461840. OLE color: 16461840.
HSL color Cylindrical-coordinate representation of color #1030FB: hue angle of 231.83º degrees, saturation: 0.97, 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 #1030FB is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 48 | 251 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.02 |
| HSL | 231.83º | 0.97% | 0.52% | - |
| HSV(B) | 231.83º | 0.94% | 0.98% | - |
| XYZ | 18.68 | 9.19 | 92.06 | - |
| YUV | 61.57 | 234.9 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 48 | 251 | 0.94 | 0.81 | 0 | 0.02 | 231.83 | 0.97 | 0.52 |
| Hex | 10 | 30 | FB | 5E | 51 | 0 | 2 | E8 | 61 | 34 |
| Octal | 20 | 60 | 373 | 136 | 121 | 0 | 2 | 350 | 141 | 64 |
| Binary | 10000 | 110000 | 11111011 | 1011110 | 1010001 | 0 | 10 | 11101000 | 1100001 | 110100 |
Color Harmonies of #1030FB
Complementary color
Monochromatic Colors of #1030FB
Black with #1030FB
Text Example
Text Example
White with #1030FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1030FB; }
p { color: rgb(16,48,251); }
H1.HeaderClassName
{
color: #1030FB;
}
.AnyTagClassName
{
color: #1030FB;
}
</style>
background-color css
<style>
a { background-color: #1030FB; }
a { background-color: rgb(16,48,251); }
div.DivClassName
{
background-color: #1030FB;
}
.BgClassName
{
background-color: #1030FB;
}
</style>
border-color css
<style>
span { border-color: #1030FB; }
span { border-color: rgb(16,48,251); }
td.TdClassName
{
border-color: #1030FB;
}
.TagClassName
{
border-color: #1030FB;
}
</style>