Shades of Royal Blue #4078CE
Tints of Royal Blue #4078CE
RGB
CMYK
RGB Variations
Color information
#4078CE (or 0x4078CE) is known color: Royal Blue. HEX triplet: 40, 78 and CE. RGB value is (64,120,206). Sum of RGB (Red+Green+Blue) = 64+120+206=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #4078CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078CE is #BF8731. Grayscale: #707070. Windows color (decimal): -12551986 or 13531200. OLE color: 13531200.
HSL color Cylindrical-coordinate representation of color #4078CE: hue angle of 216.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4078CE is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 120 | 206 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.19 |
| HSL | 216.34º | 0.59% | 0.53% | - |
| HSV(B) | 216.34º | 0.69% | 0.81% | - |
| XYZ | 19.97 | 18.98 | 61 | - |
| YUV | 113.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 206 | 0.69 | 0.42 | 0 | 0.19 | 216.34 | 0.59 | 0.53 |
| Hex | 40 | 78 | CE | 45 | 2A | 0 | 13 | D8 | 3B | 35 |
| Octal | 100 | 170 | 316 | 105 | 52 | 0 | 23 | 330 | 73 | 65 |
| Binary | 1000000 | 1111000 | 11001110 | 1000101 | 101010 | 0 | 10011 | 11011000 | 111011 | 110101 |
Color Harmonies of #4078CE
Complementary color
Monochromatic Colors of #4078CE
Black with #4078CE
Text Example
Text Example
White with #4078CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078CE; }
p { color: rgb(64,120,206); }
H1.HeaderClassName
{
color: #4078CE;
}
.AnyTagClassName
{
color: #4078CE;
}
</style>
background-color css
<style>
a { background-color: #4078CE; }
a { background-color: rgb(64,120,206); }
div.DivClassName
{
background-color: #4078CE;
}
.BgClassName
{
background-color: #4078CE;
}
</style>
border-color css
<style>
span { border-color: #4078CE; }
span { border-color: rgb(64,120,206); }
td.TdClassName
{
border-color: #4078CE;
}
.TagClassName
{
border-color: #4078CE;
}
</style>