Shades of Blue #1007EA
Tints of Blue #1007EA
RGB
CMYK
RGB Variations
Color information
#1007EA (or 0x1007EA) is known color: Blue. HEX triplet: 10, 07 and EA. RGB value is (16,7,234). Sum of RGB (Red+Green+Blue) = 16+7+234=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 234 (91.80% from 255 or 91.05% from 257); Max value from RGB is 234 - color contains mainly: blue. Hex color #1007EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1007EA is #EFF815. Grayscale: #222222. Windows color (decimal): -15726614 or 15337232. OLE color: 15337232.
HSL color Cylindrical-coordinate representation of color #1007EA: hue angle of 242.38º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1007EA is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 7 | 234 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.08 |
| HSL | 242.38º | 0.94% | 0.47% | - |
| HSV(B) | 242.38º | 0.97% | 0.92% | - |
| XYZ | 15.14 | 6.2 | 78.24 | - |
| YUV | 35.57 | 239.98 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 234 | 0.93 | 0.97 | 0 | 0.08 | 242.38 | 0.94 | 0.47 |
| Hex | 10 | 7 | EA | 5D | 61 | 0 | 8 | F2 | 5E | 2F |
| Octal | 20 | 7 | 352 | 135 | 141 | 0 | 10 | 362 | 136 | 57 |
| Binary | 10000 | 111 | 11101010 | 1011101 | 1100001 | 0 | 1000 | 11110010 | 1011110 | 101111 |
Color Harmonies of #1007EA
Complementary color
Monochromatic Colors of #1007EA
Black with #1007EA
Text Example
Text Example
White with #1007EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1007EA; }
p { color: rgb(16,7,234); }
H1.HeaderClassName
{
color: #1007EA;
}
.AnyTagClassName
{
color: #1007EA;
}
</style>
background-color css
<style>
a { background-color: #1007EA; }
a { background-color: rgb(16,7,234); }
div.DivClassName
{
background-color: #1007EA;
}
.BgClassName
{
background-color: #1007EA;
}
</style>
border-color css
<style>
span { border-color: #1007EA; }
span { border-color: rgb(16,7,234); }
td.TdClassName
{
border-color: #1007EA;
}
.TagClassName
{
border-color: #1007EA;
}
</style>