Shades of Royal Blue #305EDD
Tints of Royal Blue #305EDD
RGB
CMYK
RGB Variations
Color information
#305EDD (or 0x305EDD) is known color: Royal Blue. HEX triplet: 30, 5E and DD. RGB value is (48,94,221). Sum of RGB (Red+Green+Blue) = 48+94+221=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #305EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305EDD is #CFA122. Grayscale: #5E5E5E. Windows color (decimal): -13607203 or 14507568. OLE color: 14507568.
HSL color Cylindrical-coordinate representation of color #305EDD: hue angle of 224.05º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305EDD is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 94 | 221 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.13 |
| HSL | 224.05º | 0.72% | 0.53% | - |
| HSV(B) | 224.05º | 0.78% | 0.87% | - |
| XYZ | 18.27 | 13.85 | 70.12 | - |
| YUV | 94.72 | 199.26 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 221 | 0.78 | 0.57 | 0 | 0.13 | 224.05 | 0.72 | 0.53 |
| Hex | 30 | 5E | DD | 4E | 39 | 0 | D | E0 | 48 | 35 |
| Octal | 60 | 136 | 335 | 116 | 71 | 0 | 15 | 340 | 110 | 65 |
| Binary | 110000 | 1011110 | 11011101 | 1001110 | 111001 | 0 | 1101 | 11100000 | 1001000 | 110101 |
Color Harmonies of #305EDD
Complementary color
Monochromatic Colors of #305EDD
Black with #305EDD
Text Example
Text Example
White with #305EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EDD; }
p { color: rgb(48,94,221); }
H1.HeaderClassName
{
color: #305EDD;
}
.AnyTagClassName
{
color: #305EDD;
}
</style>
background-color css
<style>
a { background-color: #305EDD; }
a { background-color: rgb(48,94,221); }
div.DivClassName
{
background-color: #305EDD;
}
.BgClassName
{
background-color: #305EDD;
}
</style>
border-color css
<style>
span { border-color: #305EDD; }
span { border-color: rgb(48,94,221); }
td.TdClassName
{
border-color: #305EDD;
}
.TagClassName
{
border-color: #305EDD;
}
</style>