Shades of Royal Blue #4077CF
Tints of Royal Blue #4077CF
RGB
CMYK
RGB Variations
Color information
#4077CF (or 0x4077CF) is known color: Royal Blue. HEX triplet: 40, 77 and CF. RGB value is (64,119,207). Sum of RGB (Red+Green+Blue) = 64+119+207=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #4077CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077CF is #BF8830. Grayscale: #707070. Windows color (decimal): -12552241 or 13596480. OLE color: 13596480.
HSL color Cylindrical-coordinate representation of color #4077CF: hue angle of 216.92º degrees, saturation: 0.6, 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 #4077CF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 119 | 207 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.19 |
| HSL | 216.92º | 0.6% | 0.53% | - |
| HSV(B) | 216.92º | 0.69% | 0.81% | - |
| XYZ | 19.97 | 18.79 | 61.61 | - |
| YUV | 112.59 | 181.28 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 207 | 0.69 | 0.43 | 0 | 0.19 | 216.92 | 0.6 | 0.53 |
| Hex | 40 | 77 | CF | 45 | 2B | 0 | 13 | D9 | 3C | 35 |
| Octal | 100 | 167 | 317 | 105 | 53 | 0 | 23 | 331 | 74 | 65 |
| Binary | 1000000 | 1110111 | 11001111 | 1000101 | 101011 | 0 | 10011 | 11011001 | 111100 | 110101 |
Color Harmonies of #4077CF
Complementary color
Monochromatic Colors of #4077CF
Black with #4077CF
Text Example
Text Example
White with #4077CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077CF; }
p { color: rgb(64,119,207); }
H1.HeaderClassName
{
color: #4077CF;
}
.AnyTagClassName
{
color: #4077CF;
}
</style>
background-color css
<style>
a { background-color: #4077CF; }
a { background-color: rgb(64,119,207); }
div.DivClassName
{
background-color: #4077CF;
}
.BgClassName
{
background-color: #4077CF;
}
</style>
border-color css
<style>
span { border-color: #4077CF; }
span { border-color: rgb(64,119,207); }
td.TdClassName
{
border-color: #4077CF;
}
.TagClassName
{
border-color: #4077CF;
}
</style>