Shades of Blue #1007FE
Tints of Blue #1007FE
RGB
CMYK
RGB Variations
Color information
#1007FE (or 0x1007FE) is known color: Blue. HEX triplet: 10, 07 and FE. RGB value is (16,7,254). Sum of RGB (Red+Green+Blue) = 16+7+254=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 254 (99.61% from 255 or 91.70% from 277); Max value from RGB is 254 - color contains mainly: blue. Hex color #1007FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007FE is #EFF801. Grayscale: #242424. Windows color (decimal): -15726594 or 16647952. OLE color: 16647952.
HSL color Cylindrical-coordinate representation of color #1007FE: hue angle of 242.19º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007FE is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 7 | 254 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.00 |
| HSL | 242.19º | 0.99% | 0.51% | - |
| HSV(B) | 242.19º | 0.97% | 1% | - |
| XYZ | 18.18 | 7.42 | 94.24 | - |
| YUV | 37.85 | 249.98 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 254 | 0.94 | 0.97 | 0 | 0.00 | 242.19 | 0.99 | 0.51 |
| Hex | 10 | 7 | FE | 5E | 61 | 0 | 0 | F2 | 63 | 33 |
| Octal | 20 | 7 | 376 | 136 | 141 | 0 | 0 | 362 | 143 | 63 |
| Binary | 10000 | 111 | 11111110 | 1011110 | 1100001 | 0 | 0 | 11110010 | 1100011 | 110011 |
Color Harmonies of #1007FE
Complementary color
Monochromatic Colors of #1007FE
Black with #1007FE
Text Example
Text Example
White with #1007FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007FE; }
p { color: rgb(16,7,254); }
H1.HeaderClassName
{
color: #1007FE;
}
.AnyTagClassName
{
color: #1007FE;
}
</style>
background-color css
<style>
a { background-color: #1007FE; }
a { background-color: rgb(16,7,254); }
div.DivClassName
{
background-color: #1007FE;
}
.BgClassName
{
background-color: #1007FE;
}
</style>
border-color css
<style>
span { border-color: #1007FE; }
span { border-color: rgb(16,7,254); }
td.TdClassName
{
border-color: #1007FE;
}
.TagClassName
{
border-color: #1007FE;
}
</style>