Shades of Royal Blue #4078EF
Tints of Royal Blue #4078EF
RGB
CMYK
RGB Variations
Color information
#4078EF (or 0x4078EF) is known color: Royal Blue. HEX triplet: 40, 78 and EF. RGB value is (64,120,239). Sum of RGB (Red+Green+Blue) = 64+120+239=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #4078EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4078EF is #BF8710. Grayscale: #747474. Windows color (decimal): -12551953 or 15693888. OLE color: 15693888.
HSL color Cylindrical-coordinate representation of color #4078EF: hue angle of 220.8º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4078EF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 120 | 239 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.06 |
| HSL | 220.8º | 0.85% | 0.59% | - |
| HSV(B) | 220.8º | 0.73% | 0.94% | - |
| XYZ | 24.41 | 20.75 | 84.38 | - |
| YUV | 116.82 | 196.95 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 239 | 0.73 | 0.50 | 0 | 0.06 | 220.8 | 0.85 | 0.59 |
| Hex | 40 | 78 | EF | 49 | 32 | 0 | 6 | DD | 55 | 3B |
| Octal | 100 | 170 | 357 | 111 | 62 | 0 | 6 | 335 | 125 | 73 |
| Binary | 1000000 | 1111000 | 11101111 | 1001001 | 110010 | 0 | 110 | 11011101 | 1010101 | 111011 |
Color Harmonies of #4078EF
Complementary color
Monochromatic Colors of #4078EF
Black with #4078EF
Text Example
Text Example
White with #4078EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078EF; }
p { color: rgb(64,120,239); }
H1.HeaderClassName
{
color: #4078EF;
}
.AnyTagClassName
{
color: #4078EF;
}
</style>
background-color css
<style>
a { background-color: #4078EF; }
a { background-color: rgb(64,120,239); }
div.DivClassName
{
background-color: #4078EF;
}
.BgClassName
{
background-color: #4078EF;
}
</style>
border-color css
<style>
span { border-color: #4078EF; }
span { border-color: rgb(64,120,239); }
td.TdClassName
{
border-color: #4078EF;
}
.TagClassName
{
border-color: #4078EF;
}
</style>