Shades of Blue #103BFA
Tints of Blue #103BFA
RGB
CMYK
RGB Variations
Color information
#103BFA (or 0x103BFA) is known color: Blue. HEX triplet: 10, 3B and FA. RGB value is (16,59,250). Sum of RGB (Red+Green+Blue) = 16+59+250=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #103BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BFA is #EFC405. Grayscale: #434343. Windows color (decimal): -15713286 or 16399120. OLE color: 16399120.
HSL color Cylindrical-coordinate representation of color #103BFA: hue angle of 228.97º 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 #103BFA is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 59 | 250 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.02 |
| HSL | 228.97º | 0.96% | 0.52% | - |
| HSV(B) | 228.97º | 0.94% | 0.98% | - |
| XYZ | 19.03 | 10.14 | 91.4 | - |
| YUV | 67.92 | 230.75 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 250 | 0.94 | 0.76 | 0 | 0.02 | 228.97 | 0.96 | 0.52 |
| Hex | 10 | 3B | FA | 5E | 4C | 0 | 2 | E5 | 60 | 34 |
| Octal | 20 | 73 | 372 | 136 | 114 | 0 | 2 | 345 | 140 | 64 |
| Binary | 10000 | 111011 | 11111010 | 1011110 | 1001100 | 0 | 10 | 11100101 | 1100000 | 110100 |
Color Harmonies of #103BFA
Complementary color
Monochromatic Colors of #103BFA
Black with #103BFA
Text Example
Text Example
White with #103BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BFA; }
p { color: rgb(16,59,250); }
H1.HeaderClassName
{
color: #103BFA;
}
.AnyTagClassName
{
color: #103BFA;
}
</style>
background-color css
<style>
a { background-color: #103BFA; }
a { background-color: rgb(16,59,250); }
div.DivClassName
{
background-color: #103BFA;
}
.BgClassName
{
background-color: #103BFA;
}
</style>
border-color css
<style>
span { border-color: #103BFA; }
span { border-color: rgb(16,59,250); }
td.TdClassName
{
border-color: #103BFA;
}
.TagClassName
{
border-color: #103BFA;
}
</style>