Shades of Royal Blue #4075EF
Tints of Royal Blue #4075EF
RGB
CMYK
RGB Variations
Color information
#4075EF (or 0x4075EF) is known color: Royal Blue. HEX triplet: 40, 75 and EF. RGB value is (64,117,239). Sum of RGB (Red+Green+Blue) = 64+117+239=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #4075EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075EF is #BF8A10. Grayscale: #727272. Windows color (decimal): -12552721 or 15693120. OLE color: 15693120.
HSL color Cylindrical-coordinate representation of color #4075EF: hue angle of 221.83º 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 #4075EF is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 117 | 239 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.06 |
| HSL | 221.83º | 0.85% | 0.59% | - |
| HSV(B) | 221.83º | 0.73% | 0.94% | - |
| XYZ | 24.06 | 20.04 | 84.26 | - |
| YUV | 115.06 | 197.94 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 239 | 0.73 | 0.51 | 0 | 0.06 | 221.83 | 0.85 | 0.59 |
| Hex | 40 | 75 | EF | 49 | 33 | 0 | 6 | DE | 55 | 3B |
| Octal | 100 | 165 | 357 | 111 | 63 | 0 | 6 | 336 | 125 | 73 |
| Binary | 1000000 | 1110101 | 11101111 | 1001001 | 110011 | 0 | 110 | 11011110 | 1010101 | 111011 |
Color Harmonies of #4075EF
Complementary color
Monochromatic Colors of #4075EF
Black with #4075EF
Text Example
Text Example
White with #4075EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075EF; }
p { color: rgb(64,117,239); }
H1.HeaderClassName
{
color: #4075EF;
}
.AnyTagClassName
{
color: #4075EF;
}
</style>
background-color css
<style>
a { background-color: #4075EF; }
a { background-color: rgb(64,117,239); }
div.DivClassName
{
background-color: #4075EF;
}
.BgClassName
{
background-color: #4075EF;
}
</style>
border-color css
<style>
span { border-color: #4075EF; }
span { border-color: rgb(64,117,239); }
td.TdClassName
{
border-color: #4075EF;
}
.TagClassName
{
border-color: #4075EF;
}
</style>