Shades of Blue #0715EA
Tints of Blue #0715EA
RGB
CMYK
RGB Variations
Color information
#0715EA (or 0x0715EA) is known color: Blue. HEX triplet: 07, 15 and EA. RGB value is (7,21,234). Sum of RGB (Red+Green+Blue) = 7+21+234=262 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.67% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #0715EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0715EA is #F8EA15. Grayscale: #282828. Windows color (decimal): -16312854 or 15340807. OLE color: 15340807.
HSL color Cylindrical-coordinate representation of color #0715EA: hue angle of 236.3º 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 #0715EA is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 21 | 234 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.08 |
| HSL | 236.3º | 0.94% | 0.47% | - |
| HSV(B) | 236.3º | 0.97% | 0.92% | - |
| XYZ | 15.21 | 6.52 | 78.3 | - |
| YUV | 41.1 | 236.86 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 234 | 0.97 | 0.91 | 0 | 0.08 | 236.3 | 0.94 | 0.47 |
| Hex | 7 | 15 | EA | 61 | 5B | 0 | 8 | EC | 5E | 2F |
| Octal | 7 | 25 | 352 | 141 | 133 | 0 | 10 | 354 | 136 | 57 |
| Binary | 111 | 10101 | 11101010 | 1100001 | 1011011 | 0 | 1000 | 11101100 | 1011110 | 101111 |
Color Harmonies of #0715EA
Complementary color
Monochromatic Colors of #0715EA
Black with #0715EA
Text Example
Text Example
White with #0715EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0715EA; }
p { color: rgb(7,21,234); }
H1.HeaderClassName
{
color: #0715EA;
}
.AnyTagClassName
{
color: #0715EA;
}
</style>
background-color css
<style>
a { background-color: #0715EA; }
a { background-color: rgb(7,21,234); }
div.DivClassName
{
background-color: #0715EA;
}
.BgClassName
{
background-color: #0715EA;
}
</style>
border-color css
<style>
span { border-color: #0715EA; }
span { border-color: rgb(7,21,234); }
td.TdClassName
{
border-color: #0715EA;
}
.TagClassName
{
border-color: #0715EA;
}
</style>