Shades of Blue #0731FF
Tints of Blue #0731FF
RGB
CMYK
RGB Variations
Color information
#0731FF (or 0x0731FF) is known color: Blue. HEX triplet: 07, 31 and FF. RGB value is (7,49,255). Sum of RGB (Red+Green+Blue) = 7+49+255=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #0731FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0731FF is #F8CE00. Grayscale: #3B3B3B. Windows color (decimal): -16305665 or 16724231. OLE color: 16724231.
HSL color Cylindrical-coordinate representation of color #0731FF: hue angle of 229.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0731FF is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 49 | 255 | - |
| CMYK | 0.97 | 0.81 | 0 | 0 |
| HSL | 229.84º | 1% | 0.51% | - |
| HSV(B) | 229.84º | 0.97% | 1% | - |
| XYZ | 19.24 | 9.46 | 95.42 | - |
| YUV | 59.93 | 238.09 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 255 | 0.97 | 0.81 | 0 | 0 | 229.84 | 1 | 0.51 |
| Hex | 7 | 31 | FF | 61 | 51 | 0 | 0 | E6 | 64 | 33 |
| Octal | 7 | 61 | 377 | 141 | 121 | 0 | 0 | 346 | 144 | 63 |
| Binary | 111 | 110001 | 11111111 | 1100001 | 1010001 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #0731FF
Complementary color
Monochromatic Colors of #0731FF
Black with #0731FF
Text Example
Text Example
White with #0731FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0731FF; }
p { color: rgb(7,49,255); }
H1.HeaderClassName
{
color: #0731FF;
}
.AnyTagClassName
{
color: #0731FF;
}
</style>
background-color css
<style>
a { background-color: #0731FF; }
a { background-color: rgb(7,49,255); }
div.DivClassName
{
background-color: #0731FF;
}
.BgClassName
{
background-color: #0731FF;
}
</style>
border-color css
<style>
span { border-color: #0731FF; }
span { border-color: rgb(7,49,255); }
td.TdClassName
{
border-color: #0731FF;
}
.TagClassName
{
border-color: #0731FF;
}
</style>