Shades of Blue #1007FD
Tints of Blue #1007FD
RGB
CMYK
RGB Variations
Color information
#1007FD (or 0x1007FD) is known color: Blue. HEX triplet: 10, 07 and FD. RGB value is (16,7,253). Sum of RGB (Red+Green+Blue) = 16+7+253=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 253 (99.22% from 255 or 91.67% from 276); Max value from RGB is 253 - color contains mainly: blue. Hex color #1007FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007FD is #EFF802. Grayscale: #242424. Windows color (decimal): -15726595 or 16582416. OLE color: 16582416.
HSL color Cylindrical-coordinate representation of color #1007FD: hue angle of 242.2º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007FD is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 7 | 253 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.01 |
| HSL | 242.2º | 0.98% | 0.51% | - |
| HSV(B) | 242.2º | 0.97% | 0.99% | - |
| XYZ | 18.02 | 7.35 | 93.4 | - |
| YUV | 37.74 | 249.48 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 253 | 0.94 | 0.97 | 0 | 0.01 | 242.2 | 0.98 | 0.51 |
| Hex | 10 | 7 | FD | 5E | 61 | 0 | 1 | F2 | 62 | 33 |
| Octal | 20 | 7 | 375 | 136 | 141 | 0 | 1 | 362 | 142 | 63 |
| Binary | 10000 | 111 | 11111101 | 1011110 | 1100001 | 0 | 1 | 11110010 | 1100010 | 110011 |
Color Harmonies of #1007FD
Complementary color
Monochromatic Colors of #1007FD
Black with #1007FD
Text Example
Text Example
White with #1007FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007FD; }
p { color: rgb(16,7,253); }
H1.HeaderClassName
{
color: #1007FD;
}
.AnyTagClassName
{
color: #1007FD;
}
</style>
background-color css
<style>
a { background-color: #1007FD; }
a { background-color: rgb(16,7,253); }
div.DivClassName
{
background-color: #1007FD;
}
.BgClassName
{
background-color: #1007FD;
}
</style>
border-color css
<style>
span { border-color: #1007FD; }
span { border-color: rgb(16,7,253); }
td.TdClassName
{
border-color: #1007FD;
}
.TagClassName
{
border-color: #1007FD;
}
</style>