Shades of Royal Blue #4077DF
Tints of Royal Blue #4077DF
RGB
CMYK
RGB Variations
Color information
#4077DF (or 0x4077DF) is known color: Royal Blue. HEX triplet: 40, 77 and DF. RGB value is (64,119,223). Sum of RGB (Red+Green+Blue) = 64+119+223=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #4077DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4077DF is #BF8820. Grayscale: #717171. Windows color (decimal): -12552225 or 14645056. OLE color: 14645056.
HSL color Cylindrical-coordinate representation of color #4077DF: hue angle of 219.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4077DF is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 119 | 223 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.13 |
| HSL | 219.25º | 0.71% | 0.56% | - |
| HSV(B) | 219.25º | 0.71% | 0.87% | - |
| XYZ | 22.03 | 19.61 | 72.44 | - |
| YUV | 114.41 | 189.28 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 223 | 0.71 | 0.47 | 0 | 0.13 | 219.25 | 0.71 | 0.56 |
| Hex | 40 | 77 | DF | 47 | 2F | 0 | D | DB | 47 | 38 |
| Octal | 100 | 167 | 337 | 107 | 57 | 0 | 15 | 333 | 107 | 70 |
| Binary | 1000000 | 1110111 | 11011111 | 1000111 | 101111 | 0 | 1101 | 11011011 | 1000111 | 111000 |
Color Harmonies of #4077DF
Complementary color
Monochromatic Colors of #4077DF
Black with #4077DF
Text Example
Text Example
White with #4077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077DF; }
p { color: rgb(64,119,223); }
H1.HeaderClassName
{
color: #4077DF;
}
.AnyTagClassName
{
color: #4077DF;
}
</style>
background-color css
<style>
a { background-color: #4077DF; }
a { background-color: rgb(64,119,223); }
div.DivClassName
{
background-color: #4077DF;
}
.BgClassName
{
background-color: #4077DF;
}
</style>
border-color css
<style>
span { border-color: #4077DF; }
span { border-color: rgb(64,119,223); }
td.TdClassName
{
border-color: #4077DF;
}
.TagClassName
{
border-color: #4077DF;
}
</style>