Shades of Royal Blue #5E6CDB
Tints of Royal Blue #5E6CDB
RGB
CMYK
RGB Variations
Color information
#5E6CDB (or 0x5E6CDB) is known color: Royal Blue. HEX triplet: 5E, 6C and DB. RGB value is (94,108,219). Sum of RGB (Red+Green+Blue) = 94+108+219=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CDB is #A19324. Grayscale: #747474. Windows color (decimal): -10588965 or 14380126. OLE color: 14380126.
HSL color Cylindrical-coordinate representation of color #5E6CDB: hue angle of 233.28º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E6CDB is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 94 | 108 | 219 | - |
CMYK | 0.57 | 0.51 | 0 | 0.14 |
HSL | 233.28º | 0.63% | 0.61% | - |
HSV(B) | 233.28º | 0.57% | 0.86% | - |
XYZ | 22.76 | 18.22 | 69.33 | - |
YUV | 116.47 | 185.86 | 111.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 108 | 219 | 0.57 | 0.51 | 0 | 0.14 | 233.28 | 0.63 | 0.61 |
Hex | 5E | 6C | DB | 39 | 33 | 0 | E | E9 | 3F | 3D |
Octal | 136 | 154 | 333 | 71 | 63 | 0 | 16 | 351 | 77 | 75 |
Binary | 1011110 | 1101100 | 11011011 | 111001 | 110011 | 0 | 1110 | 11101001 | 111111 | 111101 |
Color Harmonies of #5E6CDB
Complementary color
Monochromatic Colors of #5E6CDB
Black with #5E6CDB
Text Example
Text Example
White with #5E6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CDB; }
p { color: rgb(94,108,219); }
H1.HeaderClassName
{
color: #5E6CDB;
}
.AnyTagClassName
{
color: #5E6CDB;
}
</style>
background-color css
<style>
a { background-color: #5E6CDB; }
a { background-color: rgb(94,108,219); }
div.DivClassName
{
background-color: #5E6CDB;
}
.BgClassName
{
background-color: #5E6CDB;
}
</style>
border-color css
<style>
span { border-color: #5E6CDB; }
span { border-color: rgb(94,108,219); }
td.TdClassName
{
border-color: #5E6CDB;
}
.TagClassName
{
border-color: #5E6CDB;
}
</style>