Shades of Royal Blue #304EE8
Tints of Royal Blue #304EE8
RGB
CMYK
RGB Variations
Color information
#304EE8 (or 0x304EE8) is known color: Royal Blue. HEX triplet: 30, 4E and E8. RGB value is (48,78,232). Sum of RGB (Red+Green+Blue) = 48+78+232=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #304EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EE8 is #CFB117. Grayscale: #555555. Windows color (decimal): -13611288 or 15224368. OLE color: 15224368.
HSL color Cylindrical-coordinate representation of color #304EE8: hue angle of 230.22º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304EE8 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 78 | 232 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.09 |
| HSL | 230.22º | 0.8% | 0.55% | - |
| HSV(B) | 230.22º | 0.79% | 0.91% | - |
| XYZ | 18.51 | 11.9 | 77.67 | - |
| YUV | 86.59 | 210.06 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 232 | 0.79 | 0.66 | 0 | 0.09 | 230.22 | 0.8 | 0.55 |
| Hex | 30 | 4E | E8 | 4F | 42 | 0 | 9 | E6 | 50 | 37 |
| Octal | 60 | 116 | 350 | 117 | 102 | 0 | 11 | 346 | 120 | 67 |
| Binary | 110000 | 1001110 | 11101000 | 1001111 | 1000010 | 0 | 1001 | 11100110 | 1010000 | 110111 |
Color Harmonies of #304EE8
Complementary color
Monochromatic Colors of #304EE8
Black with #304EE8
Text Example
Text Example
White with #304EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EE8; }
p { color: rgb(48,78,232); }
H1.HeaderClassName
{
color: #304EE8;
}
.AnyTagClassName
{
color: #304EE8;
}
</style>
background-color css
<style>
a { background-color: #304EE8; }
a { background-color: rgb(48,78,232); }
div.DivClassName
{
background-color: #304EE8;
}
.BgClassName
{
background-color: #304EE8;
}
</style>
border-color css
<style>
span { border-color: #304EE8; }
span { border-color: rgb(48,78,232); }
td.TdClassName
{
border-color: #304EE8;
}
.TagClassName
{
border-color: #304EE8;
}
</style>