Shades of Blue #103BFF
Tints of Blue #103BFF
RGB
CMYK
RGB Variations
Color information
#103BFF (or 0x103BFF) is known color: Blue. HEX triplet: 10, 3B and FF. RGB value is (16,59,255). Sum of RGB (Red+Green+Blue) = 16+59+255=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #103BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BFF is #EFC400. Grayscale: #434343. Windows color (decimal): -15713281 or 16726800. OLE color: 16726800.
HSL color Cylindrical-coordinate representation of color #103BFF: hue angle of 229.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103BFF is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 59 | 255 | - |
| CMYK | 0.94 | 0.77 | 0 | 0 |
| HSL | 229.21º | 1% | 0.53% | - |
| HSV(B) | 229.21º | 0.94% | 1% | - |
| XYZ | 19.83 | 10.46 | 95.58 | - |
| YUV | 68.49 | 233.25 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 255 | 0.94 | 0.77 | 0 | 0 | 229.21 | 1 | 0.53 |
| Hex | 10 | 3B | FF | 5E | 4D | 0 | 0 | E5 | 64 | 35 |
| Octal | 20 | 73 | 377 | 136 | 115 | 0 | 0 | 345 | 144 | 65 |
| Binary | 10000 | 111011 | 11111111 | 1011110 | 1001101 | 0 | 0 | 11100101 | 1100100 | 110101 |
Color Harmonies of #103BFF
Complementary color
Monochromatic Colors of #103BFF
Black with #103BFF
Text Example
Text Example
White with #103BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BFF; }
p { color: rgb(16,59,255); }
H1.HeaderClassName
{
color: #103BFF;
}
.AnyTagClassName
{
color: #103BFF;
}
</style>
background-color css
<style>
a { background-color: #103BFF; }
a { background-color: rgb(16,59,255); }
div.DivClassName
{
background-color: #103BFF;
}
.BgClassName
{
background-color: #103BFF;
}
</style>
border-color css
<style>
span { border-color: #103BFF; }
span { border-color: rgb(16,59,255); }
td.TdClassName
{
border-color: #103BFF;
}
.TagClassName
{
border-color: #103BFF;
}
</style>