Shades of Royal Blue #4067FD
Tints of Royal Blue #4067FD
RGB
CMYK
RGB Variations
Color information
#4067FD (or 0x4067FD) is known color: Royal Blue. HEX triplet: 40, 67 and FD. RGB value is (64,103,253). Sum of RGB (Red+Green+Blue) = 64+103+253=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #4067FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4067FD is #BF9802. Grayscale: #6B6B6B. Windows color (decimal): -12556291 or 16607040. OLE color: 16607040.
HSL color Cylindrical-coordinate representation of color #4067FD: hue angle of 227.62º 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 #4067FD is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 103 | 253 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.01 |
| HSL | 227.62º | 0.98% | 0.62% | - |
| HSV(B) | 227.62º | 0.75% | 0.99% | - |
| XYZ | 24.69 | 17.88 | 95.08 | - |
| YUV | 108.44 | 209.58 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 103 | 253 | 0.75 | 0.59 | 0 | 0.01 | 227.62 | 0.98 | 0.62 |
| Hex | 40 | 67 | FD | 4B | 3B | 0 | 1 | E4 | 62 | 3E |
| Octal | 100 | 147 | 375 | 113 | 73 | 0 | 1 | 344 | 142 | 76 |
| Binary | 1000000 | 1100111 | 11111101 | 1001011 | 111011 | 0 | 1 | 11100100 | 1100010 | 111110 |
Color Harmonies of #4067FD
Complementary color
Monochromatic Colors of #4067FD
Black with #4067FD
Text Example
Text Example
White with #4067FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4067FD; }
p { color: rgb(64,103,253); }
H1.HeaderClassName
{
color: #4067FD;
}
.AnyTagClassName
{
color: #4067FD;
}
</style>
background-color css
<style>
a { background-color: #4067FD; }
a { background-color: rgb(64,103,253); }
div.DivClassName
{
background-color: #4067FD;
}
.BgClassName
{
background-color: #4067FD;
}
</style>
border-color css
<style>
span { border-color: #4067FD; }
span { border-color: rgb(64,103,253); }
td.TdClassName
{
border-color: #4067FD;
}
.TagClassName
{
border-color: #4067FD;
}
</style>