Shades of Royal Blue #305BFA
Tints of Royal Blue #305BFA
RGB
CMYK
RGB Variations
Color information
#305BFA (or 0x305BFA) is known color: Royal Blue. HEX triplet: 30, 5B and FA. RGB value is (48,91,250). Sum of RGB (Red+Green+Blue) = 48+91+250=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #305BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BFA is #CFA405. Grayscale: #5F5F5F. Windows color (decimal): -13607942 or 16407344. OLE color: 16407344.
HSL color Cylindrical-coordinate representation of color #305BFA: hue angle of 227.23º 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 #305BFA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 91 | 250 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.02 |
| HSL | 227.23º | 0.95% | 0.58% | - |
| HSV(B) | 227.23º | 0.81% | 0.98% | - |
| XYZ | 22.22 | 15.01 | 92.17 | - |
| YUV | 96.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 250 | 0.81 | 0.64 | 0 | 0.02 | 227.23 | 0.95 | 0.58 |
| Hex | 30 | 5B | FA | 51 | 40 | 0 | 2 | E3 | 5F | 3A |
| Octal | 60 | 133 | 372 | 121 | 100 | 0 | 2 | 343 | 137 | 72 |
| Binary | 110000 | 1011011 | 11111010 | 1010001 | 1000000 | 0 | 10 | 11100011 | 1011111 | 111010 |
Color Harmonies of #305BFA
Complementary color
Monochromatic Colors of #305BFA
Black with #305BFA
Text Example
Text Example
White with #305BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BFA; }
p { color: rgb(48,91,250); }
H1.HeaderClassName
{
color: #305BFA;
}
.AnyTagClassName
{
color: #305BFA;
}
</style>
background-color css
<style>
a { background-color: #305BFA; }
a { background-color: rgb(48,91,250); }
div.DivClassName
{
background-color: #305BFA;
}
.BgClassName
{
background-color: #305BFA;
}
</style>
border-color css
<style>
span { border-color: #305BFA; }
span { border-color: rgb(48,91,250); }
td.TdClassName
{
border-color: #305BFA;
}
.TagClassName
{
border-color: #305BFA;
}
</style>