Shades of Royal Blue #304DED
Tints of Royal Blue #304DED
RGB
CMYK
RGB Variations
Color information
#304DED (or 0x304DED) is known color: Royal Blue. HEX triplet: 30, 4D and ED. RGB value is (48,77,237). Sum of RGB (Red+Green+Blue) = 48+77+237=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #304DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304DED is #CFB212. Grayscale: #555555. Windows color (decimal): -13611539 or 15551792. OLE color: 15551792.
HSL color Cylindrical-coordinate representation of color #304DED: hue angle of 230.79º 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 #304DED is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 77 | 237 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.07 |
| HSL | 230.79º | 0.84% | 0.56% | - |
| HSV(B) | 230.79º | 0.8% | 0.93% | - |
| XYZ | 19.16 | 12.05 | 81.44 | - |
| YUV | 86.57 | 212.89 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 237 | 0.80 | 0.68 | 0 | 0.07 | 230.79 | 0.84 | 0.56 |
| Hex | 30 | 4D | ED | 50 | 44 | 0 | 7 | E7 | 54 | 38 |
| Octal | 60 | 115 | 355 | 120 | 104 | 0 | 7 | 347 | 124 | 70 |
| Binary | 110000 | 1001101 | 11101101 | 1010000 | 1000100 | 0 | 111 | 11100111 | 1010100 | 111000 |
Color Harmonies of #304DED
Complementary color
Monochromatic Colors of #304DED
Black with #304DED
Text Example
Text Example
White with #304DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DED; }
p { color: rgb(48,77,237); }
H1.HeaderClassName
{
color: #304DED;
}
.AnyTagClassName
{
color: #304DED;
}
</style>
background-color css
<style>
a { background-color: #304DED; }
a { background-color: rgb(48,77,237); }
div.DivClassName
{
background-color: #304DED;
}
.BgClassName
{
background-color: #304DED;
}
</style>
border-color css
<style>
span { border-color: #304DED; }
span { border-color: rgb(48,77,237); }
td.TdClassName
{
border-color: #304DED;
}
.TagClassName
{
border-color: #304DED;
}
</style>