Shades of Blue #103BFD
Tints of Blue #103BFD
RGB
CMYK
RGB Variations
Color information
#103BFD (or 0x103BFD) is known color: Blue. HEX triplet: 10, 3B and FD. RGB value is (16,59,253). Sum of RGB (Red+Green+Blue) = 16+59+253=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #103BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BFD is #EFC402. Grayscale: #434343. Windows color (decimal): -15713283 or 16595728. OLE color: 16595728.
HSL color Cylindrical-coordinate representation of color #103BFD: hue angle of 229.11º 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 #103BFD is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 59 | 253 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.01 |
| HSL | 229.11º | 0.98% | 0.53% | - |
| HSV(B) | 229.11º | 0.94% | 0.99% | - |
| XYZ | 19.51 | 10.33 | 93.89 | - |
| YUV | 68.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 253 | 0.94 | 0.77 | 0 | 0.01 | 229.11 | 0.98 | 0.53 |
| Hex | 10 | 3B | FD | 5E | 4D | 0 | 1 | E5 | 62 | 35 |
| Octal | 20 | 73 | 375 | 136 | 115 | 0 | 1 | 345 | 142 | 65 |
| Binary | 10000 | 111011 | 11111101 | 1011110 | 1001101 | 0 | 1 | 11100101 | 1100010 | 110101 |
Color Harmonies of #103BFD
Complementary color
Monochromatic Colors of #103BFD
Black with #103BFD
Text Example
Text Example
White with #103BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BFD; }
p { color: rgb(16,59,253); }
H1.HeaderClassName
{
color: #103BFD;
}
.AnyTagClassName
{
color: #103BFD;
}
</style>
background-color css
<style>
a { background-color: #103BFD; }
a { background-color: rgb(16,59,253); }
div.DivClassName
{
background-color: #103BFD;
}
.BgClassName
{
background-color: #103BFD;
}
</style>
border-color css
<style>
span { border-color: #103BFD; }
span { border-color: rgb(16,59,253); }
td.TdClassName
{
border-color: #103BFD;
}
.TagClassName
{
border-color: #103BFD;
}
</style>