Shades of Blue #1007F1
Tints of Blue #1007F1
RGB
CMYK
RGB Variations
Color information
#1007F1 (or 0x1007F1) is known color: Blue. HEX triplet: 10, 07 and F1. RGB value is (16,7,241). Sum of RGB (Red+Green+Blue) = 16+7+241=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 241 (94.53% from 255 or 91.29% from 264); Max value from RGB is 241 - color contains mainly: blue. Hex color #1007F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007F1 is #EFF80E. Grayscale: #232323. Windows color (decimal): -15726607 or 15795984. OLE color: 15795984.
HSL color Cylindrical-coordinate representation of color #1007F1: hue angle of 242.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007F1 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 7 | 241 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.05 |
| HSL | 242.31º | 0.94% | 0.49% | - |
| HSV(B) | 242.31º | 0.97% | 0.95% | - |
| XYZ | 16.17 | 6.61 | 83.64 | - |
| YUV | 36.37 | 243.48 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 241 | 0.93 | 0.97 | 0 | 0.05 | 242.31 | 0.94 | 0.49 |
| Hex | 10 | 7 | F1 | 5D | 61 | 0 | 5 | F2 | 5E | 31 |
| Octal | 20 | 7 | 361 | 135 | 141 | 0 | 5 | 362 | 136 | 61 |
| Binary | 10000 | 111 | 11110001 | 1011101 | 1100001 | 0 | 101 | 11110010 | 1011110 | 110001 |
Color Harmonies of #1007F1
Complementary color
Monochromatic Colors of #1007F1
Black with #1007F1
Text Example
Text Example
White with #1007F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007F1; }
p { color: rgb(16,7,241); }
H1.HeaderClassName
{
color: #1007F1;
}
.AnyTagClassName
{
color: #1007F1;
}
</style>
background-color css
<style>
a { background-color: #1007F1; }
a { background-color: rgb(16,7,241); }
div.DivClassName
{
background-color: #1007F1;
}
.BgClassName
{
background-color: #1007F1;
}
</style>
border-color css
<style>
span { border-color: #1007F1; }
span { border-color: rgb(16,7,241); }
td.TdClassName
{
border-color: #1007F1;
}
.TagClassName
{
border-color: #1007F1;
}
</style>