Shades of Royal Blue #305EED
Tints of Royal Blue #305EED
RGB
CMYK
RGB Variations
Color information
#305EED (or 0x305EED) is known color: Royal Blue. HEX triplet: 30, 5E and ED. RGB value is (48,94,237). Sum of RGB (Red+Green+Blue) = 48+94+237=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #305EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EED is #CFA112. Grayscale: #5F5F5F. Windows color (decimal): -13607187 or 15556144. OLE color: 15556144.
HSL color Cylindrical-coordinate representation of color #305EED: hue angle of 225.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305EED is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 94 | 237 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.07 |
| HSL | 225.4º | 0.84% | 0.56% | - |
| HSV(B) | 225.4º | 0.8% | 0.93% | - |
| XYZ | 20.51 | 14.75 | 81.89 | - |
| YUV | 96.55 | 207.26 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 94 | 237 | 0.80 | 0.60 | 0 | 0.07 | 225.4 | 0.84 | 0.56 |
| Hex | 30 | 5E | ED | 50 | 3C | 0 | 7 | E1 | 54 | 38 |
| Octal | 60 | 136 | 355 | 120 | 74 | 0 | 7 | 341 | 124 | 70 |
| Binary | 110000 | 1011110 | 11101101 | 1010000 | 111100 | 0 | 111 | 11100001 | 1010100 | 111000 |
Color Harmonies of #305EED
Complementary color
Monochromatic Colors of #305EED
Black with #305EED
Text Example
Text Example
White with #305EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305EED; }
p { color: rgb(48,94,237); }
H1.HeaderClassName
{
color: #305EED;
}
.AnyTagClassName
{
color: #305EED;
}
</style>
background-color css
<style>
a { background-color: #305EED; }
a { background-color: rgb(48,94,237); }
div.DivClassName
{
background-color: #305EED;
}
.BgClassName
{
background-color: #305EED;
}
</style>
border-color css
<style>
span { border-color: #305EED; }
span { border-color: rgb(48,94,237); }
td.TdClassName
{
border-color: #305EED;
}
.TagClassName
{
border-color: #305EED;
}
</style>