Shades of Blue #1003F2
Tints of Blue #1003F2
RGB
CMYK
RGB Variations
Color information
#1003F2 (or 0x1003F2) is known color: Blue. HEX triplet: 10, 03 and F2. RGB value is (16,3,242). Sum of RGB (Red+Green+Blue) = 16+3+242=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 242 (94.92% from 255 or 92.72% from 261); Max value from RGB is 242 - color contains mainly: blue. Hex color #1003F2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1003F2 is #EFFC0D. Grayscale: #212121. Windows color (decimal): -15727630 or 15860496. OLE color: 15860496.
HSL color Cylindrical-coordinate representation of color #1003F2: hue angle of 243.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1003F2 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 3 | 242 | - |
| CMYK | 0.93 | 0.99 | 0 | 0.05 |
| HSL | 243.26º | 0.98% | 0.48% | - |
| HSV(B) | 243.26º | 0.99% | 0.95% | - |
| XYZ | 16.27 | 6.59 | 84.42 | - |
| YUV | 34.13 | 245.31 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 242 | 0.93 | 0.99 | 0 | 0.05 | 243.26 | 0.98 | 0.48 |
| Hex | 10 | 3 | F2 | 5D | 63 | 0 | 5 | F3 | 62 | 30 |
| Octal | 20 | 3 | 362 | 135 | 143 | 0 | 5 | 363 | 142 | 60 |
| Binary | 10000 | 11 | 11110010 | 1011101 | 1100011 | 0 | 101 | 11110011 | 1100010 | 110000 |
Color Harmonies of #1003F2
Complementary color
Monochromatic Colors of #1003F2
Black with #1003F2
Text Example
Text Example
White with #1003F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1003F2; }
p { color: rgb(16,3,242); }
H1.HeaderClassName
{
color: #1003F2;
}
.AnyTagClassName
{
color: #1003F2;
}
</style>
background-color css
<style>
a { background-color: #1003F2; }
a { background-color: rgb(16,3,242); }
div.DivClassName
{
background-color: #1003F2;
}
.BgClassName
{
background-color: #1003F2;
}
</style>
border-color css
<style>
span { border-color: #1003F2; }
span { border-color: rgb(16,3,242); }
td.TdClassName
{
border-color: #1003F2;
}
.TagClassName
{
border-color: #1003F2;
}
</style>