Shades of Royal Blue #3073FF
Tints of Royal Blue #3073FF
RGB
CMYK
RGB Variations
Color information
#3073FF (or 0x3073FF) is known color: Royal Blue. HEX triplet: 30, 73 and FF. RGB value is (48,115,255). Sum of RGB (Red+Green+Blue) = 48+115+255=418 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.48% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #3073FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073FF is #CF8C00. Grayscale: #6E6E6E. Windows color (decimal): -13601793 or 16741168. OLE color: 16741168.
HSL color Cylindrical-coordinate representation of color #3073FF: hue angle of 220.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3073FF is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 115 | 255 | - |
| CMYK | 0.81 | 0.55 | 0 | 0 |
| HSL | 220.58º | 1% | 0.59% | - |
| HSV(B) | 220.58º | 0.81% | 1% | - |
| XYZ | 25.4 | 20.11 | 97.15 | - |
| YUV | 110.93 | 209.3 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 255 | 0.81 | 0.55 | 0 | 0 | 220.58 | 1 | 0.59 |
| Hex | 30 | 73 | FF | 51 | 37 | 0 | 0 | DD | 64 | 3B |
| Octal | 60 | 163 | 377 | 121 | 67 | 0 | 0 | 335 | 144 | 73 |
| Binary | 110000 | 1110011 | 11111111 | 1010001 | 110111 | 0 | 0 | 11011101 | 1100100 | 111011 |
Color Harmonies of #3073FF
Complementary color
Monochromatic Colors of #3073FF
Black with #3073FF
Text Example
Text Example
White with #3073FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073FF; }
p { color: rgb(48,115,255); }
H1.HeaderClassName
{
color: #3073FF;
}
.AnyTagClassName
{
color: #3073FF;
}
</style>
background-color css
<style>
a { background-color: #3073FF; }
a { background-color: rgb(48,115,255); }
div.DivClassName
{
background-color: #3073FF;
}
.BgClassName
{
background-color: #3073FF;
}
</style>
border-color css
<style>
span { border-color: #3073FF; }
span { border-color: rgb(48,115,255); }
td.TdClassName
{
border-color: #3073FF;
}
.TagClassName
{
border-color: #3073FF;
}
</style>