Shades of Royal Blue #5E6EDF
Tints of Royal Blue #5E6EDF
RGB
CMYK
RGB Variations
Color information
#5E6EDF (or 0x5E6EDF) is known color: Royal Blue. HEX triplet: 5E, 6E and DF. RGB value is (94,110,223). Sum of RGB (Red+Green+Blue) = 94+110+223=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E6EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6EDF is #A19120. Grayscale: #757575. Windows color (decimal): -10588449 or 14642782. OLE color: 14642782.
HSL color Cylindrical-coordinate representation of color #5E6EDF: hue angle of 232.56º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E6EDF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 94 | 110 | 223 | - |
CMYK | 0.58 | 0.51 | 0 | 0.13 |
HSL | 232.56º | 0.67% | 0.62% | - |
HSV(B) | 232.56º | 0.58% | 0.87% | - |
XYZ | 23.51 | 18.86 | 72.21 | - |
YUV | 118.1 | 187.2 | 110.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 110 | 223 | 0.58 | 0.51 | 0 | 0.13 | 232.56 | 0.67 | 0.62 |
Hex | 5E | 6E | DF | 3A | 33 | 0 | D | E9 | 43 | 3E |
Octal | 136 | 156 | 337 | 72 | 63 | 0 | 15 | 351 | 103 | 76 |
Binary | 1011110 | 1101110 | 11011111 | 111010 | 110011 | 0 | 1101 | 11101001 | 1000011 | 111110 |
Color Harmonies of #5E6EDF
Complementary color
Monochromatic Colors of #5E6EDF
Black with #5E6EDF
Text Example
Text Example
White with #5E6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6EDF; }
p { color: rgb(94,110,223); }
H1.HeaderClassName
{
color: #5E6EDF;
}
.AnyTagClassName
{
color: #5E6EDF;
}
</style>
background-color css
<style>
a { background-color: #5E6EDF; }
a { background-color: rgb(94,110,223); }
div.DivClassName
{
background-color: #5E6EDF;
}
.BgClassName
{
background-color: #5E6EDF;
}
</style>
border-color css
<style>
span { border-color: #5E6EDF; }
span { border-color: rgb(94,110,223); }
td.TdClassName
{
border-color: #5E6EDF;
}
.TagClassName
{
border-color: #5E6EDF;
}
</style>