Shades of Royal Blue #3073F5
Tints of Royal Blue #3073F5
RGB
CMYK
RGB Variations
Color information
#3073F5 (or 0x3073F5) is known color: Royal Blue. HEX triplet: 30, 73 and F5. RGB value is (48,115,245). Sum of RGB (Red+Green+Blue) = 48+115+245=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 245 (96.09% from 255 or 60.05% from 408); Max value from RGB is 245 - color contains mainly: blue. Hex color #3073F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073F5 is #CF8C0A. Grayscale: #6D6D6D. Windows color (decimal): -13601803 or 16085808. OLE color: 16085808.
HSL color Cylindrical-coordinate representation of color #3073F5: hue angle of 219.59º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3073F5 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 115 | 245 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.04 |
| HSL | 219.59º | 0.91% | 0.57% | - |
| HSV(B) | 219.59º | 0.8% | 0.96% | - |
| XYZ | 23.83 | 19.48 | 88.89 | - |
| YUV | 109.79 | 204.3 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 245 | 0.80 | 0.53 | 0 | 0.04 | 219.59 | 0.91 | 0.57 |
| Hex | 30 | 73 | F5 | 50 | 35 | 0 | 4 | DC | 5B | 39 |
| Octal | 60 | 163 | 365 | 120 | 65 | 0 | 4 | 334 | 133 | 71 |
| Binary | 110000 | 1110011 | 11110101 | 1010000 | 110101 | 0 | 100 | 11011100 | 1011011 | 111001 |
Color Harmonies of #3073F5
Complementary color
Monochromatic Colors of #3073F5
Black with #3073F5
Text Example
Text Example
White with #3073F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073F5; }
p { color: rgb(48,115,245); }
H1.HeaderClassName
{
color: #3073F5;
}
.AnyTagClassName
{
color: #3073F5;
}
</style>
background-color css
<style>
a { background-color: #3073F5; }
a { background-color: rgb(48,115,245); }
div.DivClassName
{
background-color: #3073F5;
}
.BgClassName
{
background-color: #3073F5;
}
</style>
border-color css
<style>
span { border-color: #3073F5; }
span { border-color: rgb(48,115,245); }
td.TdClassName
{
border-color: #3073F5;
}
.TagClassName
{
border-color: #3073F5;
}
</style>