Shades of Royal Blue #5F74DB
Tints of Royal Blue #5F74DB
RGB
CMYK
RGB Variations
Color information
#5F74DB (or 0x5F74DB) is known color: Royal Blue. HEX triplet: 5F, 74 and DB. RGB value is (95,116,219). Sum of RGB (Red+Green+Blue) = 95+116+219=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F74DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F74DB is #A08B24. Grayscale: #797979. Windows color (decimal): -10521381 or 14382175. OLE color: 14382175.
HSL color Cylindrical-coordinate representation of color #5F74DB: hue angle of 229.84º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F74DB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 116 | 219 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.14 |
| HSL | 229.84º | 0.63% | 0.62% | - |
| HSV(B) | 229.84º | 0.57% | 0.86% | - |
| XYZ | 23.75 | 20.04 | 69.63 | - |
| YUV | 121.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 219 | 0.57 | 0.47 | 0 | 0.14 | 229.84 | 0.63 | 0.62 |
| Hex | 5F | 74 | DB | 39 | 2F | 0 | E | E6 | 3F | 3E |
| Octal | 137 | 164 | 333 | 71 | 57 | 0 | 16 | 346 | 77 | 76 |
| Binary | 1011111 | 1110100 | 11011011 | 111001 | 101111 | 0 | 1110 | 11100110 | 111111 | 111110 |
Color Harmonies of #5F74DB
Complementary color
Monochromatic Colors of #5F74DB
Black with #5F74DB
Text Example
Text Example
White with #5F74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F74DB; }
p { color: rgb(95,116,219); }
H1.HeaderClassName
{
color: #5F74DB;
}
.AnyTagClassName
{
color: #5F74DB;
}
</style>
background-color css
<style>
a { background-color: #5F74DB; }
a { background-color: rgb(95,116,219); }
div.DivClassName
{
background-color: #5F74DB;
}
.BgClassName
{
background-color: #5F74DB;
}
</style>
border-color css
<style>
span { border-color: #5F74DB; }
span { border-color: rgb(95,116,219); }
td.TdClassName
{
border-color: #5F74DB;
}
.TagClassName
{
border-color: #5F74DB;
}
</style>