Shades of Royal Blue #4078DF
Tints of Royal Blue #4078DF
RGB
CMYK
RGB Variations
Color information
#4078DF (or 0x4078DF) is known color: Royal Blue. HEX triplet: 40, 78 and DF. RGB value is (64,120,223). Sum of RGB (Red+Green+Blue) = 64+120+223=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4078DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078DF is #BF8720. Grayscale: #727272. Windows color (decimal): -12551969 or 14645312. OLE color: 14645312.
HSL color Cylindrical-coordinate representation of color #4078DF: hue angle of 218.87º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4078DF is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 120 | 223 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.13 |
| HSL | 218.87º | 0.71% | 0.56% | - |
| HSV(B) | 218.87º | 0.71% | 0.87% | - |
| XYZ | 22.15 | 19.85 | 72.48 | - |
| YUV | 115 | 188.95 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 223 | 0.71 | 0.46 | 0 | 0.13 | 218.87 | 0.71 | 0.56 |
| Hex | 40 | 78 | DF | 47 | 2E | 0 | D | DB | 47 | 38 |
| Octal | 100 | 170 | 337 | 107 | 56 | 0 | 15 | 333 | 107 | 70 |
| Binary | 1000000 | 1111000 | 11011111 | 1000111 | 101110 | 0 | 1101 | 11011011 | 1000111 | 111000 |
Color Harmonies of #4078DF
Complementary color
Monochromatic Colors of #4078DF
Black with #4078DF
Text Example
Text Example
White with #4078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078DF; }
p { color: rgb(64,120,223); }
H1.HeaderClassName
{
color: #4078DF;
}
.AnyTagClassName
{
color: #4078DF;
}
</style>
background-color css
<style>
a { background-color: #4078DF; }
a { background-color: rgb(64,120,223); }
div.DivClassName
{
background-color: #4078DF;
}
.BgClassName
{
background-color: #4078DF;
}
</style>
border-color css
<style>
span { border-color: #4078DF; }
span { border-color: rgb(64,120,223); }
td.TdClassName
{
border-color: #4078DF;
}
.TagClassName
{
border-color: #4078DF;
}
</style>