Shades of Blue #0739FA
Tints of Blue #0739FA
RGB
CMYK
RGB Variations
Color information
#0739FA (or 0x0739FA) is known color: Blue. HEX triplet: 07, 39 and FA. RGB value is (7,57,250). Sum of RGB (Red+Green+Blue) = 7+57+250=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #0739FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0739FA is #F8C605. Grayscale: #3F3F3F. Windows color (decimal): -16303622 or 16398599. OLE color: 16398599.
HSL color Cylindrical-coordinate representation of color #0739FA: hue angle of 227.65º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0739FA is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 57 | 250 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.02 |
| HSL | 227.65º | 0.96% | 0.5% | - |
| HSV(B) | 227.65º | 0.97% | 0.98% | - |
| XYZ | 18.81 | 9.87 | 91.36 | - |
| YUV | 64.05 | 232.94 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 250 | 0.97 | 0.77 | 0 | 0.02 | 227.65 | 0.96 | 0.5 |
| Hex | 7 | 39 | FA | 61 | 4D | 0 | 2 | E4 | 60 | 32 |
| Octal | 7 | 71 | 372 | 141 | 115 | 0 | 2 | 344 | 140 | 62 |
| Binary | 111 | 111001 | 11111010 | 1100001 | 1001101 | 0 | 10 | 11100100 | 1100000 | 110010 |
Color Harmonies of #0739FA
Complementary color
Monochromatic Colors of #0739FA
Black with #0739FA
Text Example
Text Example
White with #0739FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0739FA; }
p { color: rgb(7,57,250); }
H1.HeaderClassName
{
color: #0739FA;
}
.AnyTagClassName
{
color: #0739FA;
}
</style>
background-color css
<style>
a { background-color: #0739FA; }
a { background-color: rgb(7,57,250); }
div.DivClassName
{
background-color: #0739FA;
}
.BgClassName
{
background-color: #0739FA;
}
</style>
border-color css
<style>
span { border-color: #0739FA; }
span { border-color: rgb(7,57,250); }
td.TdClassName
{
border-color: #0739FA;
}
.TagClassName
{
border-color: #0739FA;
}
</style>