Shades of Royal Blue #4F57DD
Tints of Royal Blue #4F57DD
RGB
CMYK
RGB Variations
Color information
#4F57DD (or 0x4F57DD) is known color: Royal Blue. HEX triplet: 4F, 57 and DD. RGB value is (79,87,221). Sum of RGB (Red+Green+Blue) = 79+87+221=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F57DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F57DD is #B0A822. Grayscale: #636363. Windows color (decimal): -11577379 or 14505807. OLE color: 14505807.
HSL color Cylindrical-coordinate representation of color #4F57DD: hue angle of 236.62º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F57DD is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 87 | 221 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.13 |
| HSL | 236.62º | 0.68% | 0.59% | - |
| HSV(B) | 236.62º | 0.64% | 0.87% | - |
| XYZ | 19.68 | 13.7 | 70.01 | - |
| YUV | 99.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 221 | 0.64 | 0.61 | 0 | 0.13 | 236.62 | 0.68 | 0.59 |
| Hex | 4F | 57 | DD | 40 | 3D | 0 | D | ED | 44 | 3B |
| Octal | 117 | 127 | 335 | 100 | 75 | 0 | 15 | 355 | 104 | 73 |
| Binary | 1001111 | 1010111 | 11011101 | 1000000 | 111101 | 0 | 1101 | 11101101 | 1000100 | 111011 |
Color Harmonies of #4F57DD
Complementary color
Monochromatic Colors of #4F57DD
Black with #4F57DD
Text Example
Text Example
White with #4F57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F57DD; }
p { color: rgb(79,87,221); }
H1.HeaderClassName
{
color: #4F57DD;
}
.AnyTagClassName
{
color: #4F57DD;
}
</style>
background-color css
<style>
a { background-color: #4F57DD; }
a { background-color: rgb(79,87,221); }
div.DivClassName
{
background-color: #4F57DD;
}
.BgClassName
{
background-color: #4F57DD;
}
</style>
border-color css
<style>
span { border-color: #4F57DD; }
span { border-color: rgb(79,87,221); }
td.TdClassName
{
border-color: #4F57DD;
}
.TagClassName
{
border-color: #4F57DD;
}
</style>