Shades of Royal Blue #4165FD
Tints of Royal Blue #4165FD
RGB
CMYK
RGB Variations
Color information
#4165FD (or 0x4165FD) is known color: Royal Blue. HEX triplet: 41, 65 and FD. RGB value is (65,101,253). Sum of RGB (Red+Green+Blue) = 65+101+253=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #4165FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4165FD is #BE9A02. Grayscale: #6A6A6A. Windows color (decimal): -12491267 or 16606529. OLE color: 16606529.
HSL color Cylindrical-coordinate representation of color #4165FD: hue angle of 228.51º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4165FD is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 101 | 253 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.01 |
| HSL | 228.51º | 0.98% | 0.62% | - |
| HSV(B) | 228.51º | 0.74% | 0.99% | - |
| XYZ | 24.56 | 17.52 | 95.02 | - |
| YUV | 107.56 | 210.07 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 253 | 0.74 | 0.60 | 0 | 0.01 | 228.51 | 0.98 | 0.62 |
| Hex | 41 | 65 | FD | 4A | 3C | 0 | 1 | E5 | 62 | 3E |
| Octal | 101 | 145 | 375 | 112 | 74 | 0 | 1 | 345 | 142 | 76 |
| Binary | 1000001 | 1100101 | 11111101 | 1001010 | 111100 | 0 | 1 | 11100101 | 1100010 | 111110 |
Color Harmonies of #4165FD
Complementary color
Monochromatic Colors of #4165FD
Black with #4165FD
Text Example
Text Example
White with #4165FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165FD; }
p { color: rgb(65,101,253); }
H1.HeaderClassName
{
color: #4165FD;
}
.AnyTagClassName
{
color: #4165FD;
}
</style>
background-color css
<style>
a { background-color: #4165FD; }
a { background-color: rgb(65,101,253); }
div.DivClassName
{
background-color: #4165FD;
}
.BgClassName
{
background-color: #4165FD;
}
</style>
border-color css
<style>
span { border-color: #4165FD; }
span { border-color: rgb(65,101,253); }
td.TdClassName
{
border-color: #4165FD;
}
.TagClassName
{
border-color: #4165FD;
}
</style>