Shades of Royal Blue #3073FA
Tints of Royal Blue #3073FA
RGB
CMYK
RGB Variations
Color information
#3073FA (or 0x3073FA) is known color: Royal Blue. HEX triplet: 30, 73 and FA. RGB value is (48,115,250). Sum of RGB (Red+Green+Blue) = 48+115+250=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #3073FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073FA is #CF8C05. Grayscale: #6D6D6D. Windows color (decimal): -13601798 or 16413488. OLE color: 16413488.
HSL color Cylindrical-coordinate representation of color #3073FA: hue angle of 220.1º degrees, saturation: 0.95, 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 #3073FA is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 115 | 250 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.02 |
| HSL | 220.1º | 0.95% | 0.58% | - |
| HSV(B) | 220.1º | 0.81% | 0.98% | - |
| XYZ | 24.6 | 19.79 | 92.97 | - |
| YUV | 110.36 | 206.8 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 250 | 0.81 | 0.54 | 0 | 0.02 | 220.1 | 0.95 | 0.58 |
| Hex | 30 | 73 | FA | 51 | 36 | 0 | 2 | DC | 5F | 3A |
| Octal | 60 | 163 | 372 | 121 | 66 | 0 | 2 | 334 | 137 | 72 |
| Binary | 110000 | 1110011 | 11111010 | 1010001 | 110110 | 0 | 10 | 11011100 | 1011111 | 111010 |
Color Harmonies of #3073FA
Complementary color
Monochromatic Colors of #3073FA
Black with #3073FA
Text Example
Text Example
White with #3073FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073FA; }
p { color: rgb(48,115,250); }
H1.HeaderClassName
{
color: #3073FA;
}
.AnyTagClassName
{
color: #3073FA;
}
</style>
background-color css
<style>
a { background-color: #3073FA; }
a { background-color: rgb(48,115,250); }
div.DivClassName
{
background-color: #3073FA;
}
.BgClassName
{
background-color: #3073FA;
}
</style>
border-color css
<style>
span { border-color: #3073FA; }
span { border-color: rgb(48,115,250); }
td.TdClassName
{
border-color: #3073FA;
}
.TagClassName
{
border-color: #3073FA;
}
</style>