Shades of Royal Blue #3063F1
Tints of Royal Blue #3063F1
RGB
CMYK
RGB Variations
Color information
#3063F1 (or 0x3063F1) is known color: Royal Blue. HEX triplet: 30, 63 and F1. RGB value is (48,99,241). Sum of RGB (Red+Green+Blue) = 48+99+241=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #3063F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3063F1 is #CF9C0E. Grayscale: #636363. Windows color (decimal): -13605903 or 15819568. OLE color: 15819568.
HSL color Cylindrical-coordinate representation of color #3063F1: hue angle of 224.15º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3063F1 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 99 | 241 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.05 |
| HSL | 224.15º | 0.87% | 0.57% | - |
| HSV(B) | 224.15º | 0.8% | 0.95% | - |
| XYZ | 21.56 | 15.9 | 85.15 | - |
| YUV | 99.94 | 207.6 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 241 | 0.80 | 0.59 | 0 | 0.05 | 224.15 | 0.87 | 0.57 |
| Hex | 30 | 63 | F1 | 50 | 3B | 0 | 5 | E0 | 57 | 39 |
| Octal | 60 | 143 | 361 | 120 | 73 | 0 | 5 | 340 | 127 | 71 |
| Binary | 110000 | 1100011 | 11110001 | 1010000 | 111011 | 0 | 101 | 11100000 | 1010111 | 111001 |
Color Harmonies of #3063F1
Complementary color
Monochromatic Colors of #3063F1
Black with #3063F1
Text Example
Text Example
White with #3063F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3063F1; }
p { color: rgb(48,99,241); }
H1.HeaderClassName
{
color: #3063F1;
}
.AnyTagClassName
{
color: #3063F1;
}
</style>
background-color css
<style>
a { background-color: #3063F1; }
a { background-color: rgb(48,99,241); }
div.DivClassName
{
background-color: #3063F1;
}
.BgClassName
{
background-color: #3063F1;
}
</style>
border-color css
<style>
span { border-color: #3063F1; }
span { border-color: rgb(48,99,241); }
td.TdClassName
{
border-color: #3063F1;
}
.TagClassName
{
border-color: #3063F1;
}
</style>