Shades of Blue #0734F0
Tints of Blue #0734F0
RGB
CMYK
RGB Variations
Color information
#0734F0 (or 0x0734F0) is known color: Blue. HEX triplet: 07, 34 and F0. RGB value is (7,52,240). Sum of RGB (Red+Green+Blue) = 7+52+240=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 240 (94.14% from 255 or 80.27% from 299); Max value from RGB is 240 - color contains mainly: blue. Hex color #0734F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0734F0 is #F8CB0F. Grayscale: #3B3B3B. Windows color (decimal): -16304912 or 15741959. OLE color: 15741959.
HSL color Cylindrical-coordinate representation of color #0734F0: hue angle of 228.41º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0734F0 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 52 | 240 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.06 |
| HSL | 228.41º | 0.94% | 0.48% | - |
| HSV(B) | 228.41º | 0.97% | 0.94% | - |
| XYZ | 17.04 | 8.79 | 83.24 | - |
| YUV | 59.98 | 229.59 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 52 | 240 | 0.97 | 0.78 | 0 | 0.06 | 228.41 | 0.94 | 0.48 |
| Hex | 7 | 34 | F0 | 61 | 4E | 0 | 6 | E4 | 5E | 30 |
| Octal | 7 | 64 | 360 | 141 | 116 | 0 | 6 | 344 | 136 | 60 |
| Binary | 111 | 110100 | 11110000 | 1100001 | 1001110 | 0 | 110 | 11100100 | 1011110 | 110000 |
Color Harmonies of #0734F0
Complementary color
Monochromatic Colors of #0734F0
Black with #0734F0
Text Example
Text Example
White with #0734F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0734F0; }
p { color: rgb(7,52,240); }
H1.HeaderClassName
{
color: #0734F0;
}
.AnyTagClassName
{
color: #0734F0;
}
</style>
background-color css
<style>
a { background-color: #0734F0; }
a { background-color: rgb(7,52,240); }
div.DivClassName
{
background-color: #0734F0;
}
.BgClassName
{
background-color: #0734F0;
}
</style>
border-color css
<style>
span { border-color: #0734F0; }
span { border-color: rgb(7,52,240); }
td.TdClassName
{
border-color: #0734F0;
}
.TagClassName
{
border-color: #0734F0;
}
</style>