Shades of Royal Blue #4074EF
Tints of Royal Blue #4074EF
RGB
CMYK
RGB Variations
Color information
#4074EF (or 0x4074EF) is known color: Royal Blue. HEX triplet: 40, 74 and EF. RGB value is (64,116,239). Sum of RGB (Red+Green+Blue) = 64+116+239=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #4074EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4074EF is #BF8B10. Grayscale: #717171. Windows color (decimal): -12552977 or 15692864. OLE color: 15692864.
HSL color Cylindrical-coordinate representation of color #4074EF: hue angle of 222.17º 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 #4074EF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 116 | 239 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.06 |
| HSL | 222.17º | 0.85% | 0.59% | - |
| HSV(B) | 222.17º | 0.73% | 0.94% | - |
| XYZ | 23.94 | 19.81 | 84.22 | - |
| YUV | 114.47 | 198.27 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 239 | 0.73 | 0.51 | 0 | 0.06 | 222.17 | 0.85 | 0.59 |
| Hex | 40 | 74 | EF | 49 | 33 | 0 | 6 | DE | 55 | 3B |
| Octal | 100 | 164 | 357 | 111 | 63 | 0 | 6 | 336 | 125 | 73 |
| Binary | 1000000 | 1110100 | 11101111 | 1001001 | 110011 | 0 | 110 | 11011110 | 1010101 | 111011 |
Color Harmonies of #4074EF
Complementary color
Monochromatic Colors of #4074EF
Black with #4074EF
Text Example
Text Example
White with #4074EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074EF; }
p { color: rgb(64,116,239); }
H1.HeaderClassName
{
color: #4074EF;
}
.AnyTagClassName
{
color: #4074EF;
}
</style>
background-color css
<style>
a { background-color: #4074EF; }
a { background-color: rgb(64,116,239); }
div.DivClassName
{
background-color: #4074EF;
}
.BgClassName
{
background-color: #4074EF;
}
</style>
border-color css
<style>
span { border-color: #4074EF; }
span { border-color: rgb(64,116,239); }
td.TdClassName
{
border-color: #4074EF;
}
.TagClassName
{
border-color: #4074EF;
}
</style>