Shades of Blue #0730F8
Tints of Blue #0730F8
RGB
CMYK
RGB Variations
Color information
#0730F8 (or 0x0730F8) is known color: Blue. HEX triplet: 07, 30 and F8. RGB value is (7,48,248). Sum of RGB (Red+Green+Blue) = 7+48+248=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 248 (97.27% from 255 or 81.85% from 303); Max value from RGB is 248 - color contains mainly: blue. Hex color #0730F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0730F8 is #F8CF07. Grayscale: #393939. Windows color (decimal): -16305928 or 16265223. OLE color: 16265223.
HSL color Cylindrical-coordinate representation of color #0730F8: hue angle of 229.79º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0730F8 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 48 | 248 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.03 |
| HSL | 229.79º | 0.95% | 0.5% | - |
| HSV(B) | 229.79º | 0.97% | 0.97% | - |
| XYZ | 18.09 | 8.94 | 89.58 | - |
| YUV | 58.54 | 234.92 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 248 | 0.97 | 0.81 | 0 | 0.03 | 229.79 | 0.95 | 0.5 |
| Hex | 7 | 30 | F8 | 61 | 51 | 0 | 3 | E6 | 5F | 32 |
| Octal | 7 | 60 | 370 | 141 | 121 | 0 | 3 | 346 | 137 | 62 |
| Binary | 111 | 110000 | 11111000 | 1100001 | 1010001 | 0 | 11 | 11100110 | 1011111 | 110010 |
Color Harmonies of #0730F8
Complementary color
Monochromatic Colors of #0730F8
Black with #0730F8
Text Example
Text Example
White with #0730F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0730F8; }
p { color: rgb(7,48,248); }
H1.HeaderClassName
{
color: #0730F8;
}
.AnyTagClassName
{
color: #0730F8;
}
</style>
background-color css
<style>
a { background-color: #0730F8; }
a { background-color: rgb(7,48,248); }
div.DivClassName
{
background-color: #0730F8;
}
.BgClassName
{
background-color: #0730F8;
}
</style>
border-color css
<style>
span { border-color: #0730F8; }
span { border-color: rgb(7,48,248); }
td.TdClassName
{
border-color: #0730F8;
}
.TagClassName
{
border-color: #0730F8;
}
</style>