Shades of Royal Blue #314DED
Tints of Royal Blue #314DED
RGB
CMYK
RGB Variations
Color information
#314DED (or 0x314DED) is known color: Royal Blue. HEX triplet: 31, 4D and ED. RGB value is (49,77,237). Sum of RGB (Red+Green+Blue) = 49+77+237=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #314DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #314DED is #CEB212. Grayscale: #565656. Windows color (decimal): -13546003 or 15551793. OLE color: 15551793.
HSL color Cylindrical-coordinate representation of color #314DED: hue angle of 231.06º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #314DED is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 77 | 237 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.07 |
| HSL | 231.06º | 0.84% | 0.56% | - |
| HSV(B) | 231.06º | 0.79% | 0.93% | - |
| XYZ | 19.21 | 12.08 | 81.44 | - |
| YUV | 86.87 | 212.72 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 237 | 0.79 | 0.68 | 0 | 0.07 | 231.06 | 0.84 | 0.56 |
| Hex | 31 | 4D | ED | 4F | 44 | 0 | 7 | E7 | 54 | 38 |
| Octal | 61 | 115 | 355 | 117 | 104 | 0 | 7 | 347 | 124 | 70 |
| Binary | 110001 | 1001101 | 11101101 | 1001111 | 1000100 | 0 | 111 | 11100111 | 1010100 | 111000 |
Color Harmonies of #314DED
Complementary color
Monochromatic Colors of #314DED
Black with #314DED
Text Example
Text Example
White with #314DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DED; }
p { color: rgb(49,77,237); }
H1.HeaderClassName
{
color: #314DED;
}
.AnyTagClassName
{
color: #314DED;
}
</style>
background-color css
<style>
a { background-color: #314DED; }
a { background-color: rgb(49,77,237); }
div.DivClassName
{
background-color: #314DED;
}
.BgClassName
{
background-color: #314DED;
}
</style>
border-color css
<style>
span { border-color: #314DED; }
span { border-color: rgb(49,77,237); }
td.TdClassName
{
border-color: #314DED;
}
.TagClassName
{
border-color: #314DED;
}
</style>