Shades of Royal Blue #4865FA
Tints of Royal Blue #4865FA
RGB
CMYK
RGB Variations
Color information
#4865FA (or 0x4865FA) is known color: Royal Blue. HEX triplet: 48, 65 and FA. RGB value is (72,101,250). Sum of RGB (Red+Green+Blue) = 72+101+250=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #4865FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4865FA is #B79A05. Grayscale: #6C6C6C. Windows color (decimal): -12032518 or 16409928. OLE color: 16409928.
HSL color Cylindrical-coordinate representation of color #4865FA: hue angle of 230.22º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4865FA is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 101 | 250 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.02 |
| HSL | 230.22º | 0.95% | 0.63% | - |
| HSV(B) | 230.22º | 0.71% | 0.98% | - |
| XYZ | 24.58 | 17.59 | 92.54 | - |
| YUV | 109.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 250 | 0.71 | 0.60 | 0 | 0.02 | 230.22 | 0.95 | 0.63 |
| Hex | 48 | 65 | FA | 47 | 3C | 0 | 2 | E6 | 5F | 3F |
| Octal | 110 | 145 | 372 | 107 | 74 | 0 | 2 | 346 | 137 | 77 |
| Binary | 1001000 | 1100101 | 11111010 | 1000111 | 111100 | 0 | 10 | 11100110 | 1011111 | 111111 |
Color Harmonies of #4865FA
Complementary color
Monochromatic Colors of #4865FA
Black with #4865FA
Text Example
Text Example
White with #4865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865FA; }
p { color: rgb(72,101,250); }
H1.HeaderClassName
{
color: #4865FA;
}
.AnyTagClassName
{
color: #4865FA;
}
</style>
background-color css
<style>
a { background-color: #4865FA; }
a { background-color: rgb(72,101,250); }
div.DivClassName
{
background-color: #4865FA;
}
.BgClassName
{
background-color: #4865FA;
}
</style>
border-color css
<style>
span { border-color: #4865FA; }
span { border-color: rgb(72,101,250); }
td.TdClassName
{
border-color: #4865FA;
}
.TagClassName
{
border-color: #4865FA;
}
</style>