Shades of Royal Blue #4075EC
Tints of Royal Blue #4075EC
RGB
CMYK
RGB Variations
Color information
#4075EC (or 0x4075EC) is known color: Royal Blue. HEX triplet: 40, 75 and EC. RGB value is (64,117,236). Sum of RGB (Red+Green+Blue) = 64+117+236=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #4075EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4075EC is #BF8A13. Grayscale: #727272. Windows color (decimal): -12552724 or 15496512. OLE color: 15496512.
HSL color Cylindrical-coordinate representation of color #4075EC: hue angle of 221.51º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4075EC is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 117 | 236 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.07 |
| HSL | 221.51º | 0.82% | 0.59% | - |
| HSV(B) | 221.51º | 0.73% | 0.93% | - |
| XYZ | 23.62 | 19.87 | 81.95 | - |
| YUV | 114.72 | 196.44 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 117 | 236 | 0.73 | 0.50 | 0 | 0.07 | 221.51 | 0.82 | 0.59 |
| Hex | 40 | 75 | EC | 49 | 32 | 0 | 7 | DE | 52 | 3B |
| Octal | 100 | 165 | 354 | 111 | 62 | 0 | 7 | 336 | 122 | 73 |
| Binary | 1000000 | 1110101 | 11101100 | 1001001 | 110010 | 0 | 111 | 11011110 | 1010010 | 111011 |
Color Harmonies of #4075EC
Complementary color
Monochromatic Colors of #4075EC
Black with #4075EC
Text Example
Text Example
White with #4075EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4075EC; }
p { color: rgb(64,117,236); }
H1.HeaderClassName
{
color: #4075EC;
}
.AnyTagClassName
{
color: #4075EC;
}
</style>
background-color css
<style>
a { background-color: #4075EC; }
a { background-color: rgb(64,117,236); }
div.DivClassName
{
background-color: #4075EC;
}
.BgClassName
{
background-color: #4075EC;
}
</style>
border-color css
<style>
span { border-color: #4075EC; }
span { border-color: rgb(64,117,236); }
td.TdClassName
{
border-color: #4075EC;
}
.TagClassName
{
border-color: #4075EC;
}
</style>