Shades of Royal Blue #4F65DD
Tints of Royal Blue #4F65DD
RGB
CMYK
RGB Variations
Color information
#4F65DD (or 0x4F65DD) is known color: Royal Blue. HEX triplet: 4F, 65 and DD. RGB value is (79,101,221). Sum of RGB (Red+Green+Blue) = 79+101+221=401 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.70% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F65DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F65DD is #B09A22. Grayscale: #6B6B6B. Windows color (decimal): -11573795 or 14509391. OLE color: 14509391.
HSL color Cylindrical-coordinate representation of color #4F65DD: hue angle of 230.7º 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 #4F65DD is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 101 | 221 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.13 |
| HSL | 230.7º | 0.68% | 0.59% | - |
| HSV(B) | 230.7º | 0.64% | 0.87% | - |
| XYZ | 20.93 | 16.19 | 70.43 | - |
| YUV | 108.1 | 191.71 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 221 | 0.64 | 0.54 | 0 | 0.13 | 230.7 | 0.68 | 0.59 |
| Hex | 4F | 65 | DD | 40 | 36 | 0 | D | E7 | 44 | 3B |
| Octal | 117 | 145 | 335 | 100 | 66 | 0 | 15 | 347 | 104 | 73 |
| Binary | 1001111 | 1100101 | 11011101 | 1000000 | 110110 | 0 | 1101 | 11100111 | 1000100 | 111011 |
Color Harmonies of #4F65DD
Complementary color
Monochromatic Colors of #4F65DD
Black with #4F65DD
Text Example
Text Example
White with #4F65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F65DD; }
p { color: rgb(79,101,221); }
H1.HeaderClassName
{
color: #4F65DD;
}
.AnyTagClassName
{
color: #4F65DD;
}
</style>
background-color css
<style>
a { background-color: #4F65DD; }
a { background-color: rgb(79,101,221); }
div.DivClassName
{
background-color: #4F65DD;
}
.BgClassName
{
background-color: #4F65DD;
}
</style>
border-color css
<style>
span { border-color: #4F65DD; }
span { border-color: rgb(79,101,221); }
td.TdClassName
{
border-color: #4F65DD;
}
.TagClassName
{
border-color: #4F65DD;
}
</style>