Shades of Blue #0737FD
Tints of Blue #0737FD
RGB
CMYK
RGB Variations
Color information
#0737FD (or 0x0737FD) is known color: Blue. HEX triplet: 07, 37 and FD. RGB value is (7,55,253). Sum of RGB (Red+Green+Blue) = 7+55+253=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #0737FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0737FD is #F8C802. Grayscale: #3E3E3E. Windows color (decimal): -16304131 or 16594695. OLE color: 16594695.
HSL color Cylindrical-coordinate representation of color #0737FD: hue angle of 228.29º 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 #0737FD is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 55 | 253 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.01 |
| HSL | 228.29º | 0.98% | 0.51% | - |
| HSV(B) | 228.29º | 0.97% | 0.99% | - |
| XYZ | 19.18 | 9.87 | 93.82 | - |
| YUV | 63.22 | 235.1 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 253 | 0.97 | 0.78 | 0 | 0.01 | 228.29 | 0.98 | 0.51 |
| Hex | 7 | 37 | FD | 61 | 4E | 0 | 1 | E4 | 62 | 33 |
| Octal | 7 | 67 | 375 | 141 | 116 | 0 | 1 | 344 | 142 | 63 |
| Binary | 111 | 110111 | 11111101 | 1100001 | 1001110 | 0 | 1 | 11100100 | 1100010 | 110011 |
Color Harmonies of #0737FD
Complementary color
Monochromatic Colors of #0737FD
Black with #0737FD
Text Example
Text Example
White with #0737FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0737FD; }
p { color: rgb(7,55,253); }
H1.HeaderClassName
{
color: #0737FD;
}
.AnyTagClassName
{
color: #0737FD;
}
</style>
background-color css
<style>
a { background-color: #0737FD; }
a { background-color: rgb(7,55,253); }
div.DivClassName
{
background-color: #0737FD;
}
.BgClassName
{
background-color: #0737FD;
}
</style>
border-color css
<style>
span { border-color: #0737FD; }
span { border-color: rgb(7,55,253); }
td.TdClassName
{
border-color: #0737FD;
}
.TagClassName
{
border-color: #0737FD;
}
</style>