Shades of Royal Blue #5F6CDD
Tints of Royal Blue #5F6CDD
RGB
CMYK
RGB Variations
Color information
#5F6CDD (or 0x5F6CDD) is known color: Royal Blue. HEX triplet: 5F, 6C and DD. RGB value is (95,108,221). Sum of RGB (Red+Green+Blue) = 95+108+221=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #5F6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6CDD is #A09322. Grayscale: #747474. Windows color (decimal): -10523427 or 14511199. OLE color: 14511199.
HSL color Cylindrical-coordinate representation of color #5F6CDD: hue angle of 233.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F6CDD is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 108 | 221 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.13 |
| HSL | 233.81º | 0.65% | 0.62% | - |
| HSV(B) | 233.81º | 0.57% | 0.87% | - |
| XYZ | 23.13 | 18.38 | 70.73 | - |
| YUV | 117 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 108 | 221 | 0.57 | 0.51 | 0 | 0.13 | 233.81 | 0.65 | 0.62 |
| Hex | 5F | 6C | DD | 39 | 33 | 0 | D | EA | 41 | 3E |
| Octal | 137 | 154 | 335 | 71 | 63 | 0 | 15 | 352 | 101 | 76 |
| Binary | 1011111 | 1101100 | 11011101 | 111001 | 110011 | 0 | 1101 | 11101010 | 1000001 | 111110 |
Color Harmonies of #5F6CDD
Complementary color
Monochromatic Colors of #5F6CDD
Black with #5F6CDD
Text Example
Text Example
White with #5F6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6CDD; }
p { color: rgb(95,108,221); }
H1.HeaderClassName
{
color: #5F6CDD;
}
.AnyTagClassName
{
color: #5F6CDD;
}
</style>
background-color css
<style>
a { background-color: #5F6CDD; }
a { background-color: rgb(95,108,221); }
div.DivClassName
{
background-color: #5F6CDD;
}
.BgClassName
{
background-color: #5F6CDD;
}
</style>
border-color css
<style>
span { border-color: #5F6CDD; }
span { border-color: rgb(95,108,221); }
td.TdClassName
{
border-color: #5F6CDD;
}
.TagClassName
{
border-color: #5F6CDD;
}
</style>