Shades of Blue #0739FC
Tints of Blue #0739FC
RGB
CMYK
RGB Variations
Color information
#0739FC (or 0x0739FC) is known color: Blue. HEX triplet: 07, 39 and FC. RGB value is (7,57,252). Sum of RGB (Red+Green+Blue) = 7+57+252=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #0739FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0739FC is #F8C603. Grayscale: #3F3F3F. Windows color (decimal): -16303620 or 16529671. OLE color: 16529671.
HSL color Cylindrical-coordinate representation of color #0739FC: hue angle of 227.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0739FC is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 57 | 252 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.01 |
| HSL | 227.76º | 0.98% | 0.51% | - |
| HSV(B) | 227.76º | 0.97% | 0.99% | - |
| XYZ | 19.12 | 10 | 93.02 | - |
| YUV | 64.28 | 233.94 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 252 | 0.97 | 0.77 | 0 | 0.01 | 227.76 | 0.98 | 0.51 |
| Hex | 7 | 39 | FC | 61 | 4D | 0 | 1 | E4 | 62 | 33 |
| Octal | 7 | 71 | 374 | 141 | 115 | 0 | 1 | 344 | 142 | 63 |
| Binary | 111 | 111001 | 11111100 | 1100001 | 1001101 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0739FC
Complementary color
Monochromatic Colors of #0739FC
Black with #0739FC
Text Example
Text Example
White with #0739FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0739FC; }
p { color: rgb(7,57,252); }
H1.HeaderClassName
{
color: #0739FC;
}
.AnyTagClassName
{
color: #0739FC;
}
</style>
background-color css
<style>
a { background-color: #0739FC; }
a { background-color: rgb(7,57,252); }
div.DivClassName
{
background-color: #0739FC;
}
.BgClassName
{
background-color: #0739FC;
}
</style>
border-color css
<style>
span { border-color: #0739FC; }
span { border-color: rgb(7,57,252); }
td.TdClassName
{
border-color: #0739FC;
}
.TagClassName
{
border-color: #0739FC;
}
</style>