Shades of Blue #1007FB
Tints of Blue #1007FB
RGB
CMYK
RGB Variations
Color information
#1007FB (or 0x1007FB) is known color: Blue. HEX triplet: 10, 07 and FB. RGB value is (16,7,251). Sum of RGB (Red+Green+Blue) = 16+7+251=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 251 (98.44% from 255 or 91.61% from 274); Max value from RGB is 251 - color contains mainly: blue. Hex color #1007FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007FB is #EFF804. Grayscale: #242424. Windows color (decimal): -15726597 or 16451344. OLE color: 16451344.
HSL color Cylindrical-coordinate representation of color #1007FB: hue angle of 242.21º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007FB is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 7 | 251 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.02 |
| HSL | 242.21º | 0.97% | 0.51% | - |
| HSV(B) | 242.21º | 0.97% | 0.98% | - |
| XYZ | 17.7 | 7.23 | 91.73 | - |
| YUV | 37.51 | 248.48 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 251 | 0.94 | 0.97 | 0 | 0.02 | 242.21 | 0.97 | 0.51 |
| Hex | 10 | 7 | FB | 5E | 61 | 0 | 2 | F2 | 61 | 33 |
| Octal | 20 | 7 | 373 | 136 | 141 | 0 | 2 | 362 | 141 | 63 |
| Binary | 10000 | 111 | 11111011 | 1011110 | 1100001 | 0 | 10 | 11110010 | 1100001 | 110011 |
Color Harmonies of #1007FB
Complementary color
Monochromatic Colors of #1007FB
Black with #1007FB
Text Example
Text Example
White with #1007FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007FB; }
p { color: rgb(16,7,251); }
H1.HeaderClassName
{
color: #1007FB;
}
.AnyTagClassName
{
color: #1007FB;
}
</style>
background-color css
<style>
a { background-color: #1007FB; }
a { background-color: rgb(16,7,251); }
div.DivClassName
{
background-color: #1007FB;
}
.BgClassName
{
background-color: #1007FB;
}
</style>
border-color css
<style>
span { border-color: #1007FB; }
span { border-color: rgb(16,7,251); }
td.TdClassName
{
border-color: #1007FB;
}
.TagClassName
{
border-color: #1007FB;
}
</style>