Shades of Royal Blue #5F6FDC
Tints of Royal Blue #5F6FDC
RGB
CMYK
RGB Variations
Color information
#5F6FDC (or 0x5F6FDC) is known color: Royal Blue. HEX triplet: 5F, 6F and DC. RGB value is (95,111,220). Sum of RGB (Red+Green+Blue) = 95+111+220=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6FDC is #A09023. Grayscale: #767676. Windows color (decimal): -10522660 or 14446431. OLE color: 14446431.
HSL color Cylindrical-coordinate representation of color #5F6FDC: hue angle of 232.32º degrees, saturation: 0.64, 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 #5F6FDC is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 111 | 220 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.14 |
| HSL | 232.32º | 0.64% | 0.62% | - |
| HSV(B) | 232.32º | 0.57% | 0.86% | - |
| XYZ | 23.32 | 18.97 | 70.14 | - |
| YUV | 118.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 220 | 0.57 | 0.50 | 0 | 0.14 | 232.32 | 0.64 | 0.62 |
| Hex | 5F | 6F | DC | 39 | 32 | 0 | E | E8 | 40 | 3E |
| Octal | 137 | 157 | 334 | 71 | 62 | 0 | 16 | 350 | 100 | 76 |
| Binary | 1011111 | 1101111 | 11011100 | 111001 | 110010 | 0 | 1110 | 11101000 | 1000000 | 111110 |
Color Harmonies of #5F6FDC
Complementary color
Monochromatic Colors of #5F6FDC
Black with #5F6FDC
Text Example
Text Example
White with #5F6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6FDC; }
p { color: rgb(95,111,220); }
H1.HeaderClassName
{
color: #5F6FDC;
}
.AnyTagClassName
{
color: #5F6FDC;
}
</style>
background-color css
<style>
a { background-color: #5F6FDC; }
a { background-color: rgb(95,111,220); }
div.DivClassName
{
background-color: #5F6FDC;
}
.BgClassName
{
background-color: #5F6FDC;
}
</style>
border-color css
<style>
span { border-color: #5F6FDC; }
span { border-color: rgb(95,111,220); }
td.TdClassName
{
border-color: #5F6FDC;
}
.TagClassName
{
border-color: #5F6FDC;
}
</style>