Shades of Royal Blue #5B74DF
Tints of Royal Blue #5B74DF
RGB
CMYK
RGB Variations
Color information
#5B74DF (or 0x5B74DF) is known color: Royal Blue. HEX triplet: 5B, 74 and DF. RGB value is (91,116,223). Sum of RGB (Red+Green+Blue) = 91+116+223=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B74DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B74DF is #A48B20. Grayscale: #787878. Windows color (decimal): -10783521 or 14644315. OLE color: 14644315.
HSL color Cylindrical-coordinate representation of color #5B74DF: hue angle of 228.64º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B74DF is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 116 | 223 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.13 |
| HSL | 228.64º | 0.67% | 0.62% | - |
| HSV(B) | 228.64º | 0.59% | 0.87% | - |
| XYZ | 23.88 | 20.04 | 72.42 | - |
| YUV | 120.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 223 | 0.59 | 0.48 | 0 | 0.13 | 228.64 | 0.67 | 0.62 |
| Hex | 5B | 74 | DF | 3B | 30 | 0 | D | E5 | 43 | 3E |
| Octal | 133 | 164 | 337 | 73 | 60 | 0 | 15 | 345 | 103 | 76 |
| Binary | 1011011 | 1110100 | 11011111 | 111011 | 110000 | 0 | 1101 | 11100101 | 1000011 | 111110 |
Color Harmonies of #5B74DF
Complementary color
Monochromatic Colors of #5B74DF
Black with #5B74DF
Text Example
Text Example
White with #5B74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B74DF; }
p { color: rgb(91,116,223); }
H1.HeaderClassName
{
color: #5B74DF;
}
.AnyTagClassName
{
color: #5B74DF;
}
</style>
background-color css
<style>
a { background-color: #5B74DF; }
a { background-color: rgb(91,116,223); }
div.DivClassName
{
background-color: #5B74DF;
}
.BgClassName
{
background-color: #5B74DF;
}
</style>
border-color css
<style>
span { border-color: #5B74DF; }
span { border-color: rgb(91,116,223); }
td.TdClassName
{
border-color: #5B74DF;
}
.TagClassName
{
border-color: #5B74DF;
}
</style>