Shades of Royal Blue #4165FF
Tints of Royal Blue #4165FF
RGB
CMYK
RGB Variations
Color information
#4165FF (or 0x4165FF) is known color: Royal Blue. HEX triplet: 41, 65 and FF. RGB value is (65,101,255). Sum of RGB (Red+Green+Blue) = 65+101+255=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #4165FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4165FF is #BE9A00. Grayscale: #6B6B6B. Windows color (decimal): -12491265 or 16737601. OLE color: 16737601.
HSL color Cylindrical-coordinate representation of color #4165FF: hue angle of 228.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4165FF is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 101 | 255 | - |
| CMYK | 0.75 | 0.60 | 0 | 0 |
| HSL | 228.63º | 1% | 0.63% | - |
| HSV(B) | 228.63º | 0.75% | 1% | - |
| XYZ | 24.88 | 17.65 | 96.7 | - |
| YUV | 107.79 | 211.07 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 255 | 0.75 | 0.60 | 0 | 0 | 228.63 | 1 | 0.63 |
| Hex | 41 | 65 | FF | 4B | 3C | 0 | 0 | E5 | 64 | 3F |
| Octal | 101 | 145 | 377 | 113 | 74 | 0 | 0 | 345 | 144 | 77 |
| Binary | 1000001 | 1100101 | 11111111 | 1001011 | 111100 | 0 | 0 | 11100101 | 1100100 | 111111 |
Color Harmonies of #4165FF
Complementary color
Monochromatic Colors of #4165FF
Black with #4165FF
Text Example
Text Example
White with #4165FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4165FF; }
p { color: rgb(65,101,255); }
H1.HeaderClassName
{
color: #4165FF;
}
.AnyTagClassName
{
color: #4165FF;
}
</style>
background-color css
<style>
a { background-color: #4165FF; }
a { background-color: rgb(65,101,255); }
div.DivClassName
{
background-color: #4165FF;
}
.BgClassName
{
background-color: #4165FF;
}
</style>
border-color css
<style>
span { border-color: #4165FF; }
span { border-color: rgb(65,101,255); }
td.TdClassName
{
border-color: #4165FF;
}
.TagClassName
{
border-color: #4165FF;
}
</style>