Shades of Royal Blue #4087DD
Tints of Royal Blue #4087DD
RGB
CMYK
RGB Variations
Color information
#4087DD (or 0x4087DD) is known color: Royal Blue. HEX triplet: 40, 87 and DD. RGB value is (64,135,221). Sum of RGB (Red+Green+Blue) = 64+135+221=420 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.24% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4087DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087DD is #BF7822. Grayscale: #7B7B7B. Windows color (decimal): -12548131 or 14518080. OLE color: 14518080.
HSL color Cylindrical-coordinate representation of color #4087DD: hue angle of 212.87º 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 #4087DD is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 135 | 221 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.13 |
| HSL | 212.87º | 0.7% | 0.56% | - |
| HSV(B) | 212.87º | 0.71% | 0.87% | - |
| XYZ | 23.83 | 23.64 | 71.71 | - |
| YUV | 123.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 221 | 0.71 | 0.39 | 0 | 0.13 | 212.87 | 0.7 | 0.56 |
| Hex | 40 | 87 | DD | 47 | 27 | 0 | D | D5 | 46 | 38 |
| Octal | 100 | 207 | 335 | 107 | 47 | 0 | 15 | 325 | 106 | 70 |
| Binary | 1000000 | 10000111 | 11011101 | 1000111 | 100111 | 0 | 1101 | 11010101 | 1000110 | 111000 |
Color Harmonies of #4087DD
Complementary color
Monochromatic Colors of #4087DD
Black with #4087DD
Text Example
Text Example
White with #4087DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087DD; }
p { color: rgb(64,135,221); }
H1.HeaderClassName
{
color: #4087DD;
}
.AnyTagClassName
{
color: #4087DD;
}
</style>
background-color css
<style>
a { background-color: #4087DD; }
a { background-color: rgb(64,135,221); }
div.DivClassName
{
background-color: #4087DD;
}
.BgClassName
{
background-color: #4087DD;
}
</style>
border-color css
<style>
span { border-color: #4087DD; }
span { border-color: rgb(64,135,221); }
td.TdClassName
{
border-color: #4087DD;
}
.TagClassName
{
border-color: #4087DD;
}
</style>