Shades of Blue #1007FA
Tints of Blue #1007FA
RGB
CMYK
RGB Variations
Color information
#1007FA (or 0x1007FA) is known color: Blue. HEX triplet: 10, 07 and FA. RGB value is (16,7,250). Sum of RGB (Red+Green+Blue) = 16+7+250=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 250 (98.05% from 255 or 91.58% from 273); Max value from RGB is 250 - color contains mainly: blue. Hex color #1007FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007FA is #EFF805. Grayscale: #242424. Windows color (decimal): -15726598 or 16385808. OLE color: 16385808.
HSL color Cylindrical-coordinate representation of color #1007FA: hue angle of 242.22º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007FA is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 7 | 250 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.02 |
| HSL | 242.22º | 0.96% | 0.5% | - |
| HSV(B) | 242.22º | 0.97% | 0.98% | - |
| XYZ | 17.54 | 7.16 | 90.9 | - |
| YUV | 37.39 | 247.98 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 250 | 0.94 | 0.97 | 0 | 0.02 | 242.22 | 0.96 | 0.5 |
| Hex | 10 | 7 | FA | 5E | 61 | 0 | 2 | F2 | 60 | 32 |
| Octal | 20 | 7 | 372 | 136 | 141 | 0 | 2 | 362 | 140 | 62 |
| Binary | 10000 | 111 | 11111010 | 1011110 | 1100001 | 0 | 10 | 11110010 | 1100000 | 110010 |
Color Harmonies of #1007FA
Complementary color
Monochromatic Colors of #1007FA
Black with #1007FA
Text Example
Text Example
White with #1007FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007FA; }
p { color: rgb(16,7,250); }
H1.HeaderClassName
{
color: #1007FA;
}
.AnyTagClassName
{
color: #1007FA;
}
</style>
background-color css
<style>
a { background-color: #1007FA; }
a { background-color: rgb(16,7,250); }
div.DivClassName
{
background-color: #1007FA;
}
.BgClassName
{
background-color: #1007FA;
}
</style>
border-color css
<style>
span { border-color: #1007FA; }
span { border-color: rgb(16,7,250); }
td.TdClassName
{
border-color: #1007FA;
}
.TagClassName
{
border-color: #1007FA;
}
</style>