Shades of Royal Blue #4059DD
Tints of Royal Blue #4059DD
RGB
CMYK
RGB Variations
Color information
#4059DD (or 0x4059DD) is known color: Royal Blue. HEX triplet: 40, 59 and DD. RGB value is (64,89,221). Sum of RGB (Red+Green+Blue) = 64+89+221=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #4059DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4059DD is #BFA622. Grayscale: #606060. Windows color (decimal): -12559907 or 14506304. OLE color: 14506304.
HSL color Cylindrical-coordinate representation of color #4059DD: hue angle of 230.45º degrees, saturation: 0.7, 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 #4059DD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 89 | 221 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.13 |
| HSL | 230.45º | 0.7% | 0.56% | - |
| HSV(B) | 230.45º | 0.71% | 0.87% | - |
| XYZ | 18.74 | 13.46 | 70.02 | - |
| YUV | 96.57 | 198.22 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 221 | 0.71 | 0.60 | 0 | 0.13 | 230.45 | 0.7 | 0.56 |
| Hex | 40 | 59 | DD | 47 | 3C | 0 | D | E6 | 46 | 38 |
| Octal | 100 | 131 | 335 | 107 | 74 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000000 | 1011001 | 11011101 | 1000111 | 111100 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #4059DD
Complementary color
Monochromatic Colors of #4059DD
Black with #4059DD
Text Example
Text Example
White with #4059DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4059DD; }
p { color: rgb(64,89,221); }
H1.HeaderClassName
{
color: #4059DD;
}
.AnyTagClassName
{
color: #4059DD;
}
</style>
background-color css
<style>
a { background-color: #4059DD; }
a { background-color: rgb(64,89,221); }
div.DivClassName
{
background-color: #4059DD;
}
.BgClassName
{
background-color: #4059DD;
}
</style>
border-color css
<style>
span { border-color: #4059DD; }
span { border-color: rgb(64,89,221); }
td.TdClassName
{
border-color: #4059DD;
}
.TagClassName
{
border-color: #4059DD;
}
</style>