Shades of Royal Blue #4078FD
Tints of Royal Blue #4078FD
RGB
CMYK
RGB Variations
Color information
#4078FD (or 0x4078FD) is known color: Royal Blue. HEX triplet: 40, 78 and FD. RGB value is (64,120,253). Sum of RGB (Red+Green+Blue) = 64+120+253=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #4078FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4078FD is #BF8702. Grayscale: #757575. Windows color (decimal): -12551939 or 16611392. OLE color: 16611392.
HSL color Cylindrical-coordinate representation of color #4078FD: hue angle of 222.22º 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 #4078FD is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 120 | 253 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.01 |
| HSL | 222.22º | 0.98% | 0.62% | - |
| HSV(B) | 222.22º | 0.75% | 0.99% | - |
| XYZ | 26.56 | 21.61 | 95.7 | - |
| YUV | 118.42 | 203.95 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 253 | 0.75 | 0.53 | 0 | 0.01 | 222.22 | 0.98 | 0.62 |
| Hex | 40 | 78 | FD | 4B | 35 | 0 | 1 | DE | 62 | 3E |
| Octal | 100 | 170 | 375 | 113 | 65 | 0 | 1 | 336 | 142 | 76 |
| Binary | 1000000 | 1111000 | 11111101 | 1001011 | 110101 | 0 | 1 | 11011110 | 1100010 | 111110 |
Color Harmonies of #4078FD
Complementary color
Monochromatic Colors of #4078FD
Black with #4078FD
Text Example
Text Example
White with #4078FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078FD; }
p { color: rgb(64,120,253); }
H1.HeaderClassName
{
color: #4078FD;
}
.AnyTagClassName
{
color: #4078FD;
}
</style>
background-color css
<style>
a { background-color: #4078FD; }
a { background-color: rgb(64,120,253); }
div.DivClassName
{
background-color: #4078FD;
}
.BgClassName
{
background-color: #4078FD;
}
</style>
border-color css
<style>
span { border-color: #4078FD; }
span { border-color: rgb(64,120,253); }
td.TdClassName
{
border-color: #4078FD;
}
.TagClassName
{
border-color: #4078FD;
}
</style>