Shades of Blue #0715FE
Tints of Blue #0715FE
RGB
CMYK
RGB Variations
Color information
#0715FE (or 0x0715FE) is known color: Blue. HEX triplet: 07, 15 and FE. RGB value is (7,21,254). Sum of RGB (Red+Green+Blue) = 7+21+254=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 254 (99.61% from 255 or 90.07% from 282); Max value from RGB is 254 - color contains mainly: blue. Hex color #0715FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0715FE is #F8EA01. Grayscale: #2A2A2A. Windows color (decimal): -16312834 or 16651527. OLE color: 16651527.
HSL color Cylindrical-coordinate representation of color #0715FE: hue angle of 236.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0715FE is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 21 | 254 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.00 |
| HSL | 236.6º | 0.99% | 0.51% | - |
| HSV(B) | 236.6º | 0.97% | 1% | - |
| XYZ | 18.25 | 7.74 | 94.3 | - |
| YUV | 43.38 | 246.86 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 254 | 0.97 | 0.92 | 0 | 0.00 | 236.6 | 0.99 | 0.51 |
| Hex | 7 | 15 | FE | 61 | 5C | 0 | 0 | ED | 63 | 33 |
| Octal | 7 | 25 | 376 | 141 | 134 | 0 | 0 | 355 | 143 | 63 |
| Binary | 111 | 10101 | 11111110 | 1100001 | 1011100 | 0 | 0 | 11101101 | 1100011 | 110011 |
Color Harmonies of #0715FE
Complementary color
Monochromatic Colors of #0715FE
Black with #0715FE
Text Example
Text Example
White with #0715FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0715FE; }
p { color: rgb(7,21,254); }
H1.HeaderClassName
{
color: #0715FE;
}
.AnyTagClassName
{
color: #0715FE;
}
</style>
background-color css
<style>
a { background-color: #0715FE; }
a { background-color: rgb(7,21,254); }
div.DivClassName
{
background-color: #0715FE;
}
.BgClassName
{
background-color: #0715FE;
}
</style>
border-color css
<style>
span { border-color: #0715FE; }
span { border-color: rgb(7,21,254); }
td.TdClassName
{
border-color: #0715FE;
}
.TagClassName
{
border-color: #0715FE;
}
</style>