Shades of Blue #1007F6
Tints of Blue #1007F6
RGB
CMYK
RGB Variations
Color information
#1007F6 (or 0x1007F6) is known color: Blue. HEX triplet: 10, 07 and F6. RGB value is (16,7,246). Sum of RGB (Red+Green+Blue) = 16+7+246=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 246 (96.48% from 255 or 91.45% from 269); Max value from RGB is 246 - color contains mainly: blue. Hex color #1007F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007F6 is #EFF809. Grayscale: #232323. Windows color (decimal): -15726602 or 16123664. OLE color: 16123664.
HSL color Cylindrical-coordinate representation of color #1007F6: hue angle of 242.26º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007F6 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 7 | 246 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.04 |
| HSL | 242.26º | 0.94% | 0.5% | - |
| HSV(B) | 242.26º | 0.97% | 0.96% | - |
| XYZ | 16.92 | 6.92 | 87.63 | - |
| YUV | 36.94 | 245.98 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 246 | 0.93 | 0.97 | 0 | 0.04 | 242.26 | 0.94 | 0.5 |
| Hex | 10 | 7 | F6 | 5D | 61 | 0 | 4 | F2 | 5E | 32 |
| Octal | 20 | 7 | 366 | 135 | 141 | 0 | 4 | 362 | 136 | 62 |
| Binary | 10000 | 111 | 11110110 | 1011101 | 1100001 | 0 | 100 | 11110010 | 1011110 | 110010 |
Color Harmonies of #1007F6
Complementary color
Monochromatic Colors of #1007F6
Black with #1007F6
Text Example
Text Example
White with #1007F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007F6; }
p { color: rgb(16,7,246); }
H1.HeaderClassName
{
color: #1007F6;
}
.AnyTagClassName
{
color: #1007F6;
}
</style>
background-color css
<style>
a { background-color: #1007F6; }
a { background-color: rgb(16,7,246); }
div.DivClassName
{
background-color: #1007F6;
}
.BgClassName
{
background-color: #1007F6;
}
</style>
border-color css
<style>
span { border-color: #1007F6; }
span { border-color: rgb(16,7,246); }
td.TdClassName
{
border-color: #1007F6;
}
.TagClassName
{
border-color: #1007F6;
}
</style>