Shades of Royal Blue #3073F9
Tints of Royal Blue #3073F9
RGB
CMYK
RGB Variations
Color information
#3073F9 (or 0x3073F9) is known color: Royal Blue. HEX triplet: 30, 73 and F9. RGB value is (48,115,249). Sum of RGB (Red+Green+Blue) = 48+115+249=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #3073F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073F9 is #CF8C06. Grayscale: #6D6D6D. Windows color (decimal): -13601799 or 16347952. OLE color: 16347952.
HSL color Cylindrical-coordinate representation of color #3073F9: hue angle of 220º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3073F9 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 115 | 249 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.02 |
| HSL | 220º | 0.94% | 0.58% | - |
| HSV(B) | 220º | 0.81% | 0.98% | - |
| XYZ | 24.45 | 19.73 | 92.14 | - |
| YUV | 110.24 | 206.3 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 249 | 0.81 | 0.54 | 0 | 0.02 | 220 | 0.94 | 0.58 |
| Hex | 30 | 73 | F9 | 51 | 36 | 0 | 2 | DC | 5E | 3A |
| Octal | 60 | 163 | 371 | 121 | 66 | 0 | 2 | 334 | 136 | 72 |
| Binary | 110000 | 1110011 | 11111001 | 1010001 | 110110 | 0 | 10 | 11011100 | 1011110 | 111010 |
Color Harmonies of #3073F9
Complementary color
Monochromatic Colors of #3073F9
Black with #3073F9
Text Example
Text Example
White with #3073F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073F9; }
p { color: rgb(48,115,249); }
H1.HeaderClassName
{
color: #3073F9;
}
.AnyTagClassName
{
color: #3073F9;
}
</style>
background-color css
<style>
a { background-color: #3073F9; }
a { background-color: rgb(48,115,249); }
div.DivClassName
{
background-color: #3073F9;
}
.BgClassName
{
background-color: #3073F9;
}
</style>
border-color css
<style>
span { border-color: #3073F9; }
span { border-color: rgb(48,115,249); }
td.TdClassName
{
border-color: #3073F9;
}
.TagClassName
{
border-color: #3073F9;
}
</style>