Shades of Royal Blue #5F76DB
Tints of Royal Blue #5F76DB
RGB
CMYK
RGB Variations
Color information
#5F76DB (or 0x5F76DB) is known color: Royal Blue. HEX triplet: 5F, 76 and DB. RGB value is (95,118,219). Sum of RGB (Red+Green+Blue) = 95+118+219=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F76DB is #A08924. Grayscale: #7A7A7A. Windows color (decimal): -10520869 or 14382687. OLE color: 14382687.
HSL color Cylindrical-coordinate representation of color #5F76DB: hue angle of 228.87º 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 #5F76DB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 118 | 219 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.14 |
| HSL | 228.87º | 0.63% | 0.62% | - |
| HSV(B) | 228.87º | 0.57% | 0.86% | - |
| XYZ | 23.98 | 20.5 | 69.71 | - |
| YUV | 122.64 | 182.38 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 219 | 0.57 | 0.46 | 0 | 0.14 | 228.87 | 0.63 | 0.62 |
| Hex | 5F | 76 | DB | 39 | 2E | 0 | E | E5 | 3F | 3E |
| Octal | 137 | 166 | 333 | 71 | 56 | 0 | 16 | 345 | 77 | 76 |
| Binary | 1011111 | 1110110 | 11011011 | 111001 | 101110 | 0 | 1110 | 11100101 | 111111 | 111110 |
Color Harmonies of #5F76DB
Complementary color
Monochromatic Colors of #5F76DB
Black with #5F76DB
Text Example
Text Example
White with #5F76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F76DB; }
p { color: rgb(95,118,219); }
H1.HeaderClassName
{
color: #5F76DB;
}
.AnyTagClassName
{
color: #5F76DB;
}
</style>
background-color css
<style>
a { background-color: #5F76DB; }
a { background-color: rgb(95,118,219); }
div.DivClassName
{
background-color: #5F76DB;
}
.BgClassName
{
background-color: #5F76DB;
}
</style>
border-color css
<style>
span { border-color: #5F76DB; }
span { border-color: rgb(95,118,219); }
td.TdClassName
{
border-color: #5F76DB;
}
.TagClassName
{
border-color: #5F76DB;
}
</style>