Shades of Royal Blue #4865DF
Tints of Royal Blue #4865DF
RGB
CMYK
RGB Variations
Color information
#4865DF (or 0x4865DF) is known color: Royal Blue. HEX triplet: 48, 65 and DF. RGB value is (72,101,223). Sum of RGB (Red+Green+Blue) = 72+101+223=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #4865DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4865DF is #B79A20. Grayscale: #696969. Windows color (decimal): -12032545 or 14640456. OLE color: 14640456.
HSL color Cylindrical-coordinate representation of color #4865DF: hue angle of 228.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4865DF is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 101 | 223 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.13 |
| HSL | 228.48º | 0.7% | 0.58% | - |
| HSV(B) | 228.48º | 0.68% | 0.87% | - |
| XYZ | 20.65 | 16.01 | 71.81 | - |
| YUV | 106.24 | 193.89 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 223 | 0.68 | 0.55 | 0 | 0.13 | 228.48 | 0.7 | 0.58 |
| Hex | 48 | 65 | DF | 44 | 37 | 0 | D | E4 | 46 | 3A |
| Octal | 110 | 145 | 337 | 104 | 67 | 0 | 15 | 344 | 106 | 72 |
| Binary | 1001000 | 1100101 | 11011111 | 1000100 | 110111 | 0 | 1101 | 11100100 | 1000110 | 111010 |
Color Harmonies of #4865DF
Complementary color
Monochromatic Colors of #4865DF
Black with #4865DF
Text Example
Text Example
White with #4865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4865DF; }
p { color: rgb(72,101,223); }
H1.HeaderClassName
{
color: #4865DF;
}
.AnyTagClassName
{
color: #4865DF;
}
</style>
background-color css
<style>
a { background-color: #4865DF; }
a { background-color: rgb(72,101,223); }
div.DivClassName
{
background-color: #4865DF;
}
.BgClassName
{
background-color: #4865DF;
}
</style>
border-color css
<style>
span { border-color: #4865DF; }
span { border-color: rgb(72,101,223); }
td.TdClassName
{
border-color: #4865DF;
}
.TagClassName
{
border-color: #4865DF;
}
</style>