Shades of Royal Blue #4065FE
Tints of Royal Blue #4065FE
RGB
CMYK
RGB Variations
Color information
#4065FE (or 0x4065FE) is known color: Royal Blue. HEX triplet: 40, 65 and FE. RGB value is (64,101,254). Sum of RGB (Red+Green+Blue) = 64+101+254=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #4065FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4065FE is #BF9A01. Grayscale: #6A6A6A. Windows color (decimal): -12556802 or 16672064. OLE color: 16672064.
HSL color Cylindrical-coordinate representation of color #4065FE: hue angle of 228.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4065FE is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 101 | 254 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.00 |
| HSL | 228.32º | 0.99% | 0.62% | - |
| HSV(B) | 228.32º | 0.75% | 1% | - |
| XYZ | 24.66 | 17.55 | 95.85 | - |
| YUV | 107.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 254 | 0.75 | 0.60 | 0 | 0.00 | 228.32 | 0.99 | 0.62 |
| Hex | 40 | 65 | FE | 4B | 3C | 0 | 0 | E4 | 63 | 3E |
| Octal | 100 | 145 | 376 | 113 | 74 | 0 | 0 | 344 | 143 | 76 |
| Binary | 1000000 | 1100101 | 11111110 | 1001011 | 111100 | 0 | 0 | 11100100 | 1100011 | 111110 |
Color Harmonies of #4065FE
Complementary color
Monochromatic Colors of #4065FE
Black with #4065FE
Text Example
Text Example
White with #4065FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4065FE; }
p { color: rgb(64,101,254); }
H1.HeaderClassName
{
color: #4065FE;
}
.AnyTagClassName
{
color: #4065FE;
}
</style>
background-color css
<style>
a { background-color: #4065FE; }
a { background-color: rgb(64,101,254); }
div.DivClassName
{
background-color: #4065FE;
}
.BgClassName
{
background-color: #4065FE;
}
</style>
border-color css
<style>
span { border-color: #4065FE; }
span { border-color: rgb(64,101,254); }
td.TdClassName
{
border-color: #4065FE;
}
.TagClassName
{
border-color: #4065FE;
}
</style>