Shades of Royal Blue #4064FE
Tints of Royal Blue #4064FE
RGB
CMYK
RGB Variations
Color information
#4064FE (or 0x4064FE) is known color: Royal Blue. HEX triplet: 40, 64 and FE. RGB value is (64,100,254). Sum of RGB (Red+Green+Blue) = 64+100+254=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #4064FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064FE is #BF9B01. Grayscale: #6A6A6A. Windows color (decimal): -12557058 or 16671808. OLE color: 16671808.
HSL color Cylindrical-coordinate representation of color #4064FE: hue angle of 228.63º 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 #4064FE is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 100 | 254 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.00 |
| HSL | 228.63º | 0.99% | 0.62% | - |
| HSV(B) | 228.63º | 0.75% | 1% | - |
| XYZ | 24.56 | 17.36 | 95.82 | - |
| YUV | 106.79 | 211.07 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 254 | 0.75 | 0.61 | 0 | 0.00 | 228.63 | 0.99 | 0.62 |
| Hex | 40 | 64 | FE | 4B | 3D | 0 | 0 | E5 | 63 | 3E |
| Octal | 100 | 144 | 376 | 113 | 75 | 0 | 0 | 345 | 143 | 76 |
| Binary | 1000000 | 1100100 | 11111110 | 1001011 | 111101 | 0 | 0 | 11100101 | 1100011 | 111110 |
Color Harmonies of #4064FE
Complementary color
Monochromatic Colors of #4064FE
Black with #4064FE
Text Example
Text Example
White with #4064FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4064FE; }
p { color: rgb(64,100,254); }
H1.HeaderClassName
{
color: #4064FE;
}
.AnyTagClassName
{
color: #4064FE;
}
</style>
background-color css
<style>
a { background-color: #4064FE; }
a { background-color: rgb(64,100,254); }
div.DivClassName
{
background-color: #4064FE;
}
.BgClassName
{
background-color: #4064FE;
}
</style>
border-color css
<style>
span { border-color: #4064FE; }
span { border-color: rgb(64,100,254); }
td.TdClassName
{
border-color: #4064FE;
}
.TagClassName
{
border-color: #4064FE;
}
</style>