Shades of Royal Blue #4F7BFD
Tints of Royal Blue #4F7BFD
RGB
CMYK
RGB Variations
Color information
#4F7BFD (or 0x4F7BFD) is known color: Royal Blue. HEX triplet: 4F, 7B and FD. RGB value is (79,123,253). Sum of RGB (Red+Green+Blue) = 79+123+253=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F7BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7BFD is #B08402. Grayscale: #7C7C7C. Windows color (decimal): -11568131 or 16612175. OLE color: 16612175.
HSL color Cylindrical-coordinate representation of color #4F7BFD: hue angle of 224.83º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F7BFD is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 123 | 253 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.01 |
| HSL | 224.83º | 0.98% | 0.65% | - |
| HSV(B) | 224.83º | 0.69% | 0.99% | - |
| XYZ | 28.04 | 22.92 | 95.87 | - |
| YUV | 124.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 253 | 0.69 | 0.51 | 0 | 0.01 | 224.83 | 0.98 | 0.65 |
| Hex | 4F | 7B | FD | 45 | 33 | 0 | 1 | E1 | 62 | 41 |
| Octal | 117 | 173 | 375 | 105 | 63 | 0 | 1 | 341 | 142 | 101 |
| Binary | 1001111 | 1111011 | 11111101 | 1000101 | 110011 | 0 | 1 | 11100001 | 1100010 | 1000001 |
Color Harmonies of #4F7BFD
Complementary color
Monochromatic Colors of #4F7BFD
Black with #4F7BFD
Text Example
Text Example
White with #4F7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BFD; }
p { color: rgb(79,123,253); }
H1.HeaderClassName
{
color: #4F7BFD;
}
.AnyTagClassName
{
color: #4F7BFD;
}
</style>
background-color css
<style>
a { background-color: #4F7BFD; }
a { background-color: rgb(79,123,253); }
div.DivClassName
{
background-color: #4F7BFD;
}
.BgClassName
{
background-color: #4F7BFD;
}
</style>
border-color css
<style>
span { border-color: #4F7BFD; }
span { border-color: rgb(79,123,253); }
td.TdClassName
{
border-color: #4F7BFD;
}
.TagClassName
{
border-color: #4F7BFD;
}
</style>