Shades of Royal Blue #4065FD
Tints of Royal Blue #4065FD
RGB
CMYK
RGB Variations
Color information
#4065FD (or 0x4065FD) is known color: Royal Blue. HEX triplet: 40, 65 and FD. RGB value is (64,101,253). Sum of RGB (Red+Green+Blue) = 64+101+253=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #4065FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4065FD is #BF9A02. Grayscale: #6A6A6A. Windows color (decimal): -12556803 or 16606528. OLE color: 16606528.
HSL color Cylindrical-coordinate representation of color #4065FD: hue angle of 228.25º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4065FD is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 101 | 253 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.01 |
| HSL | 228.25º | 0.98% | 0.62% | - |
| HSV(B) | 228.25º | 0.75% | 0.99% | - |
| XYZ | 24.5 | 17.49 | 95.01 | - |
| YUV | 107.27 | 210.24 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 253 | 0.75 | 0.60 | 0 | 0.01 | 228.25 | 0.98 | 0.62 |
| Hex | 40 | 65 | FD | 4B | 3C | 0 | 1 | E4 | 62 | 3E |
| Octal | 100 | 145 | 375 | 113 | 74 | 0 | 1 | 344 | 142 | 76 |
| Binary | 1000000 | 1100101 | 11111101 | 1001011 | 111100 | 0 | 1 | 11100100 | 1100010 | 111110 |
Color Harmonies of #4065FD
Complementary color
Monochromatic Colors of #4065FD
Black with #4065FD
Text Example
Text Example
White with #4065FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065FD; }
p { color: rgb(64,101,253); }
H1.HeaderClassName
{
color: #4065FD;
}
.AnyTagClassName
{
color: #4065FD;
}
</style>
background-color css
<style>
a { background-color: #4065FD; }
a { background-color: rgb(64,101,253); }
div.DivClassName
{
background-color: #4065FD;
}
.BgClassName
{
background-color: #4065FD;
}
</style>
border-color css
<style>
span { border-color: #4065FD; }
span { border-color: rgb(64,101,253); }
td.TdClassName
{
border-color: #4065FD;
}
.TagClassName
{
border-color: #4065FD;
}
</style>