Shades of Blue #0730F3
Tints of Blue #0730F3
RGB
CMYK
RGB Variations
Color information
#0730F3 (or 0x0730F3) is known color: Blue. HEX triplet: 07, 30 and F3. RGB value is (7,48,243). Sum of RGB (Red+Green+Blue) = 7+48+243=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 243 (95.31% from 255 or 81.54% from 298); Max value from RGB is 243 - color contains mainly: blue. Hex color #0730F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0730F3 is #F8CF0C. Grayscale: #393939. Windows color (decimal): -16305933 or 15937543. OLE color: 15937543.
HSL color Cylindrical-coordinate representation of color #0730F3: hue angle of 229.58º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0730F3 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 48 | 243 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.05 |
| HSL | 229.58º | 0.94% | 0.49% | - |
| HSV(B) | 229.58º | 0.97% | 0.95% | - |
| XYZ | 17.32 | 8.63 | 85.55 | - |
| YUV | 57.97 | 232.42 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 243 | 0.97 | 0.80 | 0 | 0.05 | 229.58 | 0.94 | 0.49 |
| Hex | 7 | 30 | F3 | 61 | 50 | 0 | 5 | E6 | 5E | 31 |
| Octal | 7 | 60 | 363 | 141 | 120 | 0 | 5 | 346 | 136 | 61 |
| Binary | 111 | 110000 | 11110011 | 1100001 | 1010000 | 0 | 101 | 11100110 | 1011110 | 110001 |
Color Harmonies of #0730F3
Complementary color
Monochromatic Colors of #0730F3
Black with #0730F3
Text Example
Text Example
White with #0730F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0730F3; }
p { color: rgb(7,48,243); }
H1.HeaderClassName
{
color: #0730F3;
}
.AnyTagClassName
{
color: #0730F3;
}
</style>
background-color css
<style>
a { background-color: #0730F3; }
a { background-color: rgb(7,48,243); }
div.DivClassName
{
background-color: #0730F3;
}
.BgClassName
{
background-color: #0730F3;
}
</style>
border-color css
<style>
span { border-color: #0730F3; }
span { border-color: rgb(7,48,243); }
td.TdClassName
{
border-color: #0730F3;
}
.TagClassName
{
border-color: #0730F3;
}
</style>