Shades of Blue #1007F4
Tints of Blue #1007F4
RGB
CMYK
RGB Variations
Color information
#1007F4 (or 0x1007F4) is known color: Blue. HEX triplet: 10, 07 and F4. RGB value is (16,7,244). Sum of RGB (Red+Green+Blue) = 16+7+244=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 244 (95.70% from 255 or 91.39% from 267); Max value from RGB is 244 - color contains mainly: blue. Hex color #1007F4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007F4 is #EFF80B. Grayscale: #232323. Windows color (decimal): -15726604 or 15992592. OLE color: 15992592.
HSL color Cylindrical-coordinate representation of color #1007F4: hue angle of 242.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007F4 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 7 | 244 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.04 |
| HSL | 242.28º | 0.94% | 0.49% | - |
| HSV(B) | 242.28º | 0.97% | 0.96% | - |
| XYZ | 16.62 | 6.79 | 86.02 | - |
| YUV | 36.71 | 244.98 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 244 | 0.93 | 0.97 | 0 | 0.04 | 242.28 | 0.94 | 0.49 |
| Hex | 10 | 7 | F4 | 5D | 61 | 0 | 4 | F2 | 5E | 31 |
| Octal | 20 | 7 | 364 | 135 | 141 | 0 | 4 | 362 | 136 | 61 |
| Binary | 10000 | 111 | 11110100 | 1011101 | 1100001 | 0 | 100 | 11110010 | 1011110 | 110001 |
Color Harmonies of #1007F4
Complementary color
Monochromatic Colors of #1007F4
Black with #1007F4
Text Example
Text Example
White with #1007F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007F4; }
p { color: rgb(16,7,244); }
H1.HeaderClassName
{
color: #1007F4;
}
.AnyTagClassName
{
color: #1007F4;
}
</style>
background-color css
<style>
a { background-color: #1007F4; }
a { background-color: rgb(16,7,244); }
div.DivClassName
{
background-color: #1007F4;
}
.BgClassName
{
background-color: #1007F4;
}
</style>
border-color css
<style>
span { border-color: #1007F4; }
span { border-color: rgb(16,7,244); }
td.TdClassName
{
border-color: #1007F4;
}
.TagClassName
{
border-color: #1007F4;
}
</style>