Shades of Royal Blue #5F73DB
Tints of Royal Blue #5F73DB
RGB
CMYK
RGB Variations
Color information
#5F73DB (or 0x5F73DB) is known color: Royal Blue. HEX triplet: 5F, 73 and DB. RGB value is (95,115,219). Sum of RGB (Red+Green+Blue) = 95+115+219=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F73DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F73DB is #A08C24. Grayscale: #787878. Windows color (decimal): -10521637 or 14381919. OLE color: 14381919.
HSL color Cylindrical-coordinate representation of color #5F73DB: hue angle of 230.32º 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 #5F73DB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 115 | 219 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.14 |
| HSL | 230.32º | 0.63% | 0.62% | - |
| HSV(B) | 230.32º | 0.57% | 0.86% | - |
| XYZ | 23.64 | 19.81 | 69.6 | - |
| YUV | 120.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 219 | 0.57 | 0.47 | 0 | 0.14 | 230.32 | 0.63 | 0.62 |
| Hex | 5F | 73 | DB | 39 | 2F | 0 | E | E6 | 3F | 3E |
| Octal | 137 | 163 | 333 | 71 | 57 | 0 | 16 | 346 | 77 | 76 |
| Binary | 1011111 | 1110011 | 11011011 | 111001 | 101111 | 0 | 1110 | 11100110 | 111111 | 111110 |
Color Harmonies of #5F73DB
Complementary color
Monochromatic Colors of #5F73DB
Black with #5F73DB
Text Example
Text Example
White with #5F73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F73DB; }
p { color: rgb(95,115,219); }
H1.HeaderClassName
{
color: #5F73DB;
}
.AnyTagClassName
{
color: #5F73DB;
}
</style>
background-color css
<style>
a { background-color: #5F73DB; }
a { background-color: rgb(95,115,219); }
div.DivClassName
{
background-color: #5F73DB;
}
.BgClassName
{
background-color: #5F73DB;
}
</style>
border-color css
<style>
span { border-color: #5F73DB; }
span { border-color: rgb(95,115,219); }
td.TdClassName
{
border-color: #5F73DB;
}
.TagClassName
{
border-color: #5F73DB;
}
</style>