Shades of Blue #1003F0
Tints of Blue #1003F0
RGB
CMYK
RGB Variations
Color information
#1003F0 (or 0x1003F0) is known color: Blue. HEX triplet: 10, 03 and F0. RGB value is (16,3,240). Sum of RGB (Red+Green+Blue) = 16+3+240=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 240 (94.14% from 255 or 92.66% from 259); Max value from RGB is 240 - color contains mainly: blue. Hex color #1003F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1003F0 is #EFFC0F. Grayscale: #202020. Windows color (decimal): -15727632 or 15729424. OLE color: 15729424.
HSL color Cylindrical-coordinate representation of color #1003F0: hue angle of 243.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003F0 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 3 | 240 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.06 |
| HSL | 243.29º | 0.98% | 0.48% | - |
| HSV(B) | 243.29º | 0.99% | 0.94% | - |
| XYZ | 15.97 | 6.47 | 82.84 | - |
| YUV | 33.91 | 244.31 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 240 | 0.93 | 0.99 | 0 | 0.06 | 243.29 | 0.98 | 0.48 |
| Hex | 10 | 3 | F0 | 5D | 63 | 0 | 6 | F3 | 62 | 30 |
| Octal | 20 | 3 | 360 | 135 | 143 | 0 | 6 | 363 | 142 | 60 |
| Binary | 10000 | 11 | 11110000 | 1011101 | 1100011 | 0 | 110 | 11110011 | 1100010 | 110000 |
Color Harmonies of #1003F0
Complementary color
Monochromatic Colors of #1003F0
Black with #1003F0
Text Example
Text Example
White with #1003F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003F0; }
p { color: rgb(16,3,240); }
H1.HeaderClassName
{
color: #1003F0;
}
.AnyTagClassName
{
color: #1003F0;
}
</style>
background-color css
<style>
a { background-color: #1003F0; }
a { background-color: rgb(16,3,240); }
div.DivClassName
{
background-color: #1003F0;
}
.BgClassName
{
background-color: #1003F0;
}
</style>
border-color css
<style>
span { border-color: #1003F0; }
span { border-color: rgb(16,3,240); }
td.TdClassName
{
border-color: #1003F0;
}
.TagClassName
{
border-color: #1003F0;
}
</style>