Shades of Blue #0731FB
Tints of Blue #0731FB
RGB
CMYK
RGB Variations
Color information
#0731FB (or 0x0731FB) is known color: Blue. HEX triplet: 07, 31 and FB. RGB value is (7,49,251). Sum of RGB (Red+Green+Blue) = 7+49+251=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 251 (98.44% from 255 or 81.76% from 307); Max value from RGB is 251 - color contains mainly: blue. Hex color #0731FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0731FB is #F8CE04. Grayscale: #3A3A3A. Windows color (decimal): -16305669 or 16462087. OLE color: 16462087.
HSL color Cylindrical-coordinate representation of color #0731FB: hue angle of 229.67º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0731FB is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 49 | 251 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.02 |
| HSL | 229.67º | 0.97% | 0.51% | - |
| HSV(B) | 229.67º | 0.97% | 0.98% | - |
| XYZ | 18.6 | 9.21 | 92.06 | - |
| YUV | 59.47 | 236.09 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 251 | 0.97 | 0.80 | 0 | 0.02 | 229.67 | 0.97 | 0.51 |
| Hex | 7 | 31 | FB | 61 | 50 | 0 | 2 | E6 | 61 | 33 |
| Octal | 7 | 61 | 373 | 141 | 120 | 0 | 2 | 346 | 141 | 63 |
| Binary | 111 | 110001 | 11111011 | 1100001 | 1010000 | 0 | 10 | 11100110 | 1100001 | 110011 |
Color Harmonies of #0731FB
Complementary color
Monochromatic Colors of #0731FB
Black with #0731FB
Text Example
Text Example
White with #0731FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0731FB; }
p { color: rgb(7,49,251); }
H1.HeaderClassName
{
color: #0731FB;
}
.AnyTagClassName
{
color: #0731FB;
}
</style>
background-color css
<style>
a { background-color: #0731FB; }
a { background-color: rgb(7,49,251); }
div.DivClassName
{
background-color: #0731FB;
}
.BgClassName
{
background-color: #0731FB;
}
</style>
border-color css
<style>
span { border-color: #0731FB; }
span { border-color: rgb(7,49,251); }
td.TdClassName
{
border-color: #0731FB;
}
.TagClassName
{
border-color: #0731FB;
}
</style>