Shades of Blue #1007F9
Tints of Blue #1007F9
RGB
CMYK
RGB Variations
Color information
#1007F9 (or 0x1007F9) is known color: Blue. HEX triplet: 10, 07 and F9. RGB value is (16,7,249). Sum of RGB (Red+Green+Blue) = 16+7+249=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 249 (97.66% from 255 or 91.54% from 272); Max value from RGB is 249 - color contains mainly: blue. Hex color #1007F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007F9 is #EFF806. Grayscale: #242424. Windows color (decimal): -15726599 or 16320272. OLE color: 16320272.
HSL color Cylindrical-coordinate representation of color #1007F9: hue angle of 242.23º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007F9 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 7 | 249 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.02 |
| HSL | 242.23º | 0.95% | 0.5% | - |
| HSV(B) | 242.23º | 0.97% | 0.98% | - |
| XYZ | 17.39 | 7.1 | 90.08 | - |
| YUV | 37.28 | 247.48 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 249 | 0.94 | 0.97 | 0 | 0.02 | 242.23 | 0.95 | 0.5 |
| Hex | 10 | 7 | F9 | 5E | 61 | 0 | 2 | F2 | 5F | 32 |
| Octal | 20 | 7 | 371 | 136 | 141 | 0 | 2 | 362 | 137 | 62 |
| Binary | 10000 | 111 | 11111001 | 1011110 | 1100001 | 0 | 10 | 11110010 | 1011111 | 110010 |
Color Harmonies of #1007F9
Complementary color
Monochromatic Colors of #1007F9
Black with #1007F9
Text Example
Text Example
White with #1007F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007F9; }
p { color: rgb(16,7,249); }
H1.HeaderClassName
{
color: #1007F9;
}
.AnyTagClassName
{
color: #1007F9;
}
</style>
background-color css
<style>
a { background-color: #1007F9; }
a { background-color: rgb(16,7,249); }
div.DivClassName
{
background-color: #1007F9;
}
.BgClassName
{
background-color: #1007F9;
}
</style>
border-color css
<style>
span { border-color: #1007F9; }
span { border-color: rgb(16,7,249); }
td.TdClassName
{
border-color: #1007F9;
}
.TagClassName
{
border-color: #1007F9;
}
</style>