Shades of Blue #0731FE
Tints of Blue #0731FE
RGB
CMYK
RGB Variations
Color information
#0731FE (or 0x0731FE) is known color: Blue. HEX triplet: 07, 31 and FE. RGB value is (7,49,254). Sum of RGB (Red+Green+Blue) = 7+49+254=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #0731FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0731FE is #F8CE01. Grayscale: #3A3A3A. Windows color (decimal): -16305666 or 16658695. OLE color: 16658695.
HSL color Cylindrical-coordinate representation of color #0731FE: hue angle of 229.8º 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 #0731FE is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 49 | 254 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.00 |
| HSL | 229.8º | 0.99% | 0.51% | - |
| HSV(B) | 229.8º | 0.97% | 1% | - |
| XYZ | 19.08 | 9.4 | 94.57 | - |
| YUV | 59.81 | 237.59 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 254 | 0.97 | 0.81 | 0 | 0.00 | 229.8 | 0.99 | 0.51 |
| Hex | 7 | 31 | FE | 61 | 51 | 0 | 0 | E6 | 63 | 33 |
| Octal | 7 | 61 | 376 | 141 | 121 | 0 | 0 | 346 | 143 | 63 |
| Binary | 111 | 110001 | 11111110 | 1100001 | 1010001 | 0 | 0 | 11100110 | 1100011 | 110011 |
Color Harmonies of #0731FE
Complementary color
Monochromatic Colors of #0731FE
Black with #0731FE
Text Example
Text Example
White with #0731FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0731FE; }
p { color: rgb(7,49,254); }
H1.HeaderClassName
{
color: #0731FE;
}
.AnyTagClassName
{
color: #0731FE;
}
</style>
background-color css
<style>
a { background-color: #0731FE; }
a { background-color: rgb(7,49,254); }
div.DivClassName
{
background-color: #0731FE;
}
.BgClassName
{
background-color: #0731FE;
}
</style>
border-color css
<style>
span { border-color: #0731FE; }
span { border-color: rgb(7,49,254); }
td.TdClassName
{
border-color: #0731FE;
}
.TagClassName
{
border-color: #0731FE;
}
</style>