Shades of Royal Blue #304EE6
Tints of Royal Blue #304EE6
RGB
CMYK
RGB Variations
Color information
#304EE6 (or 0x304EE6) is known color: Royal Blue. HEX triplet: 30, 4E and E6. RGB value is (48,78,230). Sum of RGB (Red+Green+Blue) = 48+78+230=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 230 (90.23% from 255 or 64.61% from 356); Max value from RGB is 230 - color contains mainly: blue. Hex color #304EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #304EE6 is #CFB119. Grayscale: #555555. Windows color (decimal): -13611290 or 15093296. OLE color: 15093296.
HSL color Cylindrical-coordinate representation of color #304EE6: hue angle of 230.11º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304EE6 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 78 | 230 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.10 |
| HSL | 230.11º | 0.78% | 0.55% | - |
| HSV(B) | 230.11º | 0.79% | 0.9% | - |
| XYZ | 18.23 | 11.79 | 76.18 | - |
| YUV | 86.36 | 209.06 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 230 | 0.79 | 0.66 | 0 | 0.10 | 230.11 | 0.78 | 0.55 |
| Hex | 30 | 4E | E6 | 4F | 42 | 0 | A | E6 | 4E | 37 |
| Octal | 60 | 116 | 346 | 117 | 102 | 0 | 12 | 346 | 116 | 67 |
| Binary | 110000 | 1001110 | 11100110 | 1001111 | 1000010 | 0 | 1010 | 11100110 | 1001110 | 110111 |
Color Harmonies of #304EE6
Complementary color
Monochromatic Colors of #304EE6
Black with #304EE6
Text Example
Text Example
White with #304EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EE6; }
p { color: rgb(48,78,230); }
H1.HeaderClassName
{
color: #304EE6;
}
.AnyTagClassName
{
color: #304EE6;
}
</style>
background-color css
<style>
a { background-color: #304EE6; }
a { background-color: rgb(48,78,230); }
div.DivClassName
{
background-color: #304EE6;
}
.BgClassName
{
background-color: #304EE6;
}
</style>
border-color css
<style>
span { border-color: #304EE6; }
span { border-color: rgb(48,78,230); }
td.TdClassName
{
border-color: #304EE6;
}
.TagClassName
{
border-color: #304EE6;
}
</style>