Shades of Royal Blue #5166F3
Tints of Royal Blue #5166F3
RGB
CMYK
RGB Variations
Color information
#5166F3 (or 0x5166F3) is known color: Royal Blue. HEX triplet: 51, 66 and F3. RGB value is (81,102,243). Sum of RGB (Red+Green+Blue) = 81+102+243=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #5166F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5166F3 is #AE990C. Grayscale: #6F6F6F. Windows color (decimal): -11442445 or 15951441. OLE color: 15951441.
HSL color Cylindrical-coordinate representation of color #5166F3: hue angle of 232.22º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5166F3 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 102 | 243 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.05 |
| HSL | 232.22º | 0.87% | 0.64% | - |
| HSV(B) | 232.22º | 0.67% | 0.95% | - |
| XYZ | 24.32 | 17.72 | 86.93 | - |
| YUV | 111.8 | 202.04 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 102 | 243 | 0.67 | 0.58 | 0 | 0.05 | 232.22 | 0.87 | 0.64 |
| Hex | 51 | 66 | F3 | 43 | 3A | 0 | 5 | E8 | 57 | 40 |
| Octal | 121 | 146 | 363 | 103 | 72 | 0 | 5 | 350 | 127 | 100 |
| Binary | 1010001 | 1100110 | 11110011 | 1000011 | 111010 | 0 | 101 | 11101000 | 1010111 | 1000000 |
Color Harmonies of #5166F3
Complementary color
Monochromatic Colors of #5166F3
Black with #5166F3
Text Example
Text Example
White with #5166F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5166F3; }
p { color: rgb(81,102,243); }
H1.HeaderClassName
{
color: #5166F3;
}
.AnyTagClassName
{
color: #5166F3;
}
</style>
background-color css
<style>
a { background-color: #5166F3; }
a { background-color: rgb(81,102,243); }
div.DivClassName
{
background-color: #5166F3;
}
.BgClassName
{
background-color: #5166F3;
}
</style>
border-color css
<style>
span { border-color: #5166F3; }
span { border-color: rgb(81,102,243); }
td.TdClassName
{
border-color: #5166F3;
}
.TagClassName
{
border-color: #5166F3;
}
</style>