Shades of Royal Blue #305EFF
Tints of Royal Blue #305EFF
RGB
CMYK
RGB Variations
Color information
#305EFF (or 0x305EFF) is known color: Royal Blue. HEX triplet: 30, 5E and FF. RGB value is (48,94,255). Sum of RGB (Red+Green+Blue) = 48+94+255=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #305EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EFF is #CFA100. Grayscale: #616161. Windows color (decimal): -13607169 or 16735792. OLE color: 16735792.
HSL color Cylindrical-coordinate representation of color #305EFF: hue angle of 226.67º 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 #305EFF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 94 | 255 | - |
| CMYK | 0.81 | 0.63 | 0 | 0 |
| HSL | 226.67º | 1% | 0.59% | - |
| HSV(B) | 226.67º | 0.81% | 1% | - |
| XYZ | 23.27 | 15.85 | 96.44 | - |
| YUV | 98.6 | 216.26 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 255 | 0.81 | 0.63 | 0 | 0 | 226.67 | 1 | 0.59 |
| Hex | 30 | 5E | FF | 51 | 3F | 0 | 0 | E3 | 64 | 3B |
| Octal | 60 | 136 | 377 | 121 | 77 | 0 | 0 | 343 | 144 | 73 |
| Binary | 110000 | 1011110 | 11111111 | 1010001 | 111111 | 0 | 0 | 11100011 | 1100100 | 111011 |
Color Harmonies of #305EFF
Complementary color
Monochromatic Colors of #305EFF
Black with #305EFF
Text Example
Text Example
White with #305EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EFF; }
p { color: rgb(48,94,255); }
H1.HeaderClassName
{
color: #305EFF;
}
.AnyTagClassName
{
color: #305EFF;
}
</style>
background-color css
<style>
a { background-color: #305EFF; }
a { background-color: rgb(48,94,255); }
div.DivClassName
{
background-color: #305EFF;
}
.BgClassName
{
background-color: #305EFF;
}
</style>
border-color css
<style>
span { border-color: #305EFF; }
span { border-color: rgb(48,94,255); }
td.TdClassName
{
border-color: #305EFF;
}
.TagClassName
{
border-color: #305EFF;
}
</style>