Shades of Blue #103CFE
Tints of Blue #103CFE
RGB
CMYK
RGB Variations
Color information
#103CFE (or 0x103CFE) is known color: Blue. HEX triplet: 10, 3C and FE. RGB value is (16,60,254). Sum of RGB (Red+Green+Blue) = 16+60+254=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #103CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CFE is #EFC301. Grayscale: #444444. Windows color (decimal): -15713026 or 16661520. OLE color: 16661520.
HSL color Cylindrical-coordinate representation of color #103CFE: hue angle of 228.91º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103CFE is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 60 | 254 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.00 |
| HSL | 228.91º | 0.99% | 0.53% | - |
| HSV(B) | 228.91º | 0.94% | 1% | - |
| XYZ | 19.72 | 10.5 | 94.75 | - |
| YUV | 68.96 | 232.42 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 254 | 0.94 | 0.76 | 0 | 0.00 | 228.91 | 0.99 | 0.53 |
| Hex | 10 | 3C | FE | 5E | 4C | 0 | 0 | E5 | 63 | 35 |
| Octal | 20 | 74 | 376 | 136 | 114 | 0 | 0 | 345 | 143 | 65 |
| Binary | 10000 | 111100 | 11111110 | 1011110 | 1001100 | 0 | 0 | 11100101 | 1100011 | 110101 |
Color Harmonies of #103CFE
Complementary color
Monochromatic Colors of #103CFE
Black with #103CFE
Text Example
Text Example
White with #103CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CFE; }
p { color: rgb(16,60,254); }
H1.HeaderClassName
{
color: #103CFE;
}
.AnyTagClassName
{
color: #103CFE;
}
</style>
background-color css
<style>
a { background-color: #103CFE; }
a { background-color: rgb(16,60,254); }
div.DivClassName
{
background-color: #103CFE;
}
.BgClassName
{
background-color: #103CFE;
}
</style>
border-color css
<style>
span { border-color: #103CFE; }
span { border-color: rgb(16,60,254); }
td.TdClassName
{
border-color: #103CFE;
}
.TagClassName
{
border-color: #103CFE;
}
</style>