Shades of Royal Blue #3073FE
Tints of Royal Blue #3073FE
RGB
CMYK
RGB Variations
Color information
#3073FE (or 0x3073FE) is known color: Royal Blue. HEX triplet: 30, 73 and FE. RGB value is (48,115,254). Sum of RGB (Red+Green+Blue) = 48+115+254=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #3073FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073FE is #CF8C01. Grayscale: #6E6E6E. Windows color (decimal): -13601794 or 16675632. OLE color: 16675632.
HSL color Cylindrical-coordinate representation of color #3073FE: hue angle of 220.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3073FE is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 115 | 254 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.00 |
| HSL | 220.49º | 0.99% | 0.59% | - |
| HSV(B) | 220.49º | 0.81% | 1% | - |
| XYZ | 25.24 | 20.05 | 96.3 | - |
| YUV | 110.81 | 208.8 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 254 | 0.81 | 0.55 | 0 | 0.00 | 220.49 | 0.99 | 0.59 |
| Hex | 30 | 73 | FE | 51 | 37 | 0 | 0 | DC | 63 | 3B |
| Octal | 60 | 163 | 376 | 121 | 67 | 0 | 0 | 334 | 143 | 73 |
| Binary | 110000 | 1110011 | 11111110 | 1010001 | 110111 | 0 | 0 | 11011100 | 1100011 | 111011 |
Color Harmonies of #3073FE
Complementary color
Monochromatic Colors of #3073FE
Black with #3073FE
Text Example
Text Example
White with #3073FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073FE; }
p { color: rgb(48,115,254); }
H1.HeaderClassName
{
color: #3073FE;
}
.AnyTagClassName
{
color: #3073FE;
}
</style>
background-color css
<style>
a { background-color: #3073FE; }
a { background-color: rgb(48,115,254); }
div.DivClassName
{
background-color: #3073FE;
}
.BgClassName
{
background-color: #3073FE;
}
</style>
border-color css
<style>
span { border-color: #3073FE; }
span { border-color: rgb(48,115,254); }
td.TdClassName
{
border-color: #3073FE;
}
.TagClassName
{
border-color: #3073FE;
}
</style>