Shades of Royal Blue #314EE5
Tints of Royal Blue #314EE5
RGB
CMYK
RGB Variations
Color information
#314EE5 (or 0x314EE5) is known color: Royal Blue. HEX triplet: 31, 4E and E5. RGB value is (49,78,229). Sum of RGB (Red+Green+Blue) = 49+78+229=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #314EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314EE5 is #CEB11A. Grayscale: #555555. Windows color (decimal): -13545755 or 15027761. OLE color: 15027761.
HSL color Cylindrical-coordinate representation of color #314EE5: hue angle of 230.33º 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 #314EE5 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 78 | 229 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.10 |
| HSL | 230.33º | 0.78% | 0.55% | - |
| HSV(B) | 230.33º | 0.79% | 0.9% | - |
| XYZ | 18.13 | 11.76 | 75.44 | - |
| YUV | 86.54 | 208.39 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 229 | 0.79 | 0.66 | 0 | 0.10 | 230.33 | 0.78 | 0.55 |
| Hex | 31 | 4E | E5 | 4F | 42 | 0 | A | E6 | 4E | 37 |
| Octal | 61 | 116 | 345 | 117 | 102 | 0 | 12 | 346 | 116 | 67 |
| Binary | 110001 | 1001110 | 11100101 | 1001111 | 1000010 | 0 | 1010 | 11100110 | 1001110 | 110111 |
Color Harmonies of #314EE5
Complementary color
Monochromatic Colors of #314EE5
Black with #314EE5
Text Example
Text Example
White with #314EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314EE5; }
p { color: rgb(49,78,229); }
H1.HeaderClassName
{
color: #314EE5;
}
.AnyTagClassName
{
color: #314EE5;
}
</style>
background-color css
<style>
a { background-color: #314EE5; }
a { background-color: rgb(49,78,229); }
div.DivClassName
{
background-color: #314EE5;
}
.BgClassName
{
background-color: #314EE5;
}
</style>
border-color css
<style>
span { border-color: #314EE5; }
span { border-color: rgb(49,78,229); }
td.TdClassName
{
border-color: #314EE5;
}
.TagClassName
{
border-color: #314EE5;
}
</style>