Shades of Royal Blue #5E72DE
Tints of Royal Blue #5E72DE
RGB
CMYK
RGB Variations
Color information
#5E72DE (or 0x5E72DE) is known color: Royal Blue. HEX triplet: 5E, 72 and DE. RGB value is (94,114,222). Sum of RGB (Red+Green+Blue) = 94+114+222=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E72DE is #A18D21. Grayscale: #777777. Windows color (decimal): -10587426 or 14578270. OLE color: 14578270.
HSL color Cylindrical-coordinate representation of color #5E72DE: hue angle of 230.62º degrees, saturation: 0.66, 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 #5E72DE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 114 | 222 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.13 |
| HSL | 230.63º | 0.66% | 0.62% | - |
| HSV(B) | 230.63º | 0.58% | 0.87% | - |
| XYZ | 23.82 | 19.69 | 71.65 | - |
| YUV | 120.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 222 | 0.58 | 0.49 | 0 | 0.13 | 230.63 | 0.66 | 0.62 |
| Hex | 5E | 72 | DE | 3A | 31 | 0 | D | E7 | 42 | 3E |
| Octal | 136 | 162 | 336 | 72 | 61 | 0 | 15 | 347 | 102 | 76 |
| Binary | 1011110 | 1110010 | 11011110 | 111010 | 110001 | 0 | 1101 | 11100111 | 1000010 | 111110 |
Color Harmonies of #5E72DE
Complementary color
Monochromatic Colors of #5E72DE
Black with #5E72DE
Text Example
Text Example
White with #5E72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E72DE; }
p { color: rgb(94,114,222); }
H1.HeaderClassName
{
color: #5E72DE;
}
.AnyTagClassName
{
color: #5E72DE;
}
</style>
background-color css
<style>
a { background-color: #5E72DE; }
a { background-color: rgb(94,114,222); }
div.DivClassName
{
background-color: #5E72DE;
}
.BgClassName
{
background-color: #5E72DE;
}
</style>
border-color css
<style>
span { border-color: #5E72DE; }
span { border-color: rgb(94,114,222); }
td.TdClassName
{
border-color: #5E72DE;
}
.TagClassName
{
border-color: #5E72DE;
}
</style>