Shades of Blue #0737FC
Tints of Blue #0737FC
RGB
CMYK
RGB Variations
Color information
#0737FC (or 0x0737FC) is known color: Blue. HEX triplet: 07, 37 and FC. RGB value is (7,55,252). Sum of RGB (Red+Green+Blue) = 7+55+252=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #0737FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0737FC is #F8C803. Grayscale: #3E3E3E. Windows color (decimal): -16304132 or 16529159. OLE color: 16529159.
HSL color Cylindrical-coordinate representation of color #0737FC: hue angle of 228.24º 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 #0737FC is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 55 | 252 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.01 |
| HSL | 228.24º | 0.98% | 0.51% | - |
| HSV(B) | 228.24º | 0.97% | 0.99% | - |
| XYZ | 19.02 | 9.81 | 92.99 | - |
| YUV | 63.11 | 234.6 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 252 | 0.97 | 0.78 | 0 | 0.01 | 228.24 | 0.98 | 0.51 |
| Hex | 7 | 37 | FC | 61 | 4E | 0 | 1 | E4 | 62 | 33 |
| Octal | 7 | 67 | 374 | 141 | 116 | 0 | 1 | 344 | 142 | 63 |
| Binary | 111 | 110111 | 11111100 | 1100001 | 1001110 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0737FC
Complementary color
Monochromatic Colors of #0737FC
Black with #0737FC
Text Example
Text Example
White with #0737FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737FC; }
p { color: rgb(7,55,252); }
H1.HeaderClassName
{
color: #0737FC;
}
.AnyTagClassName
{
color: #0737FC;
}
</style>
background-color css
<style>
a { background-color: #0737FC; }
a { background-color: rgb(7,55,252); }
div.DivClassName
{
background-color: #0737FC;
}
.BgClassName
{
background-color: #0737FC;
}
</style>
border-color css
<style>
span { border-color: #0737FC; }
span { border-color: rgb(7,55,252); }
td.TdClassName
{
border-color: #0737FC;
}
.TagClassName
{
border-color: #0737FC;
}
</style>