Shades of Royal Blue #3987DC
Tints of Royal Blue #3987DC
RGB
CMYK
RGB Variations
Color information
#3987DC (or 0x3987DC) is known color: Royal Blue. HEX triplet: 39, 87 and DC. RGB value is (57,135,220). Sum of RGB (Red+Green+Blue) = 57+135+220=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #3987DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3987DC is #C67823. Grayscale: #787878. Windows color (decimal): -13006884 or 14452537. OLE color: 14452537.
HSL color Cylindrical-coordinate representation of color #3987DC: hue angle of 211.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3987DC is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 135 | 220 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.14 |
| HSL | 211.29º | 0.7% | 0.54% | - |
| HSV(B) | 211.29º | 0.74% | 0.86% | - |
| XYZ | 23.27 | 23.37 | 70.99 | - |
| YUV | 121.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 135 | 220 | 0.74 | 0.39 | 0 | 0.14 | 211.29 | 0.7 | 0.54 |
| Hex | 39 | 87 | DC | 4A | 27 | 0 | E | D3 | 46 | 36 |
| Octal | 71 | 207 | 334 | 112 | 47 | 0 | 16 | 323 | 106 | 66 |
| Binary | 111001 | 10000111 | 11011100 | 1001010 | 100111 | 0 | 1110 | 11010011 | 1000110 | 110110 |
Color Harmonies of #3987DC
Complementary color
Monochromatic Colors of #3987DC
Black with #3987DC
Text Example
Text Example
White with #3987DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3987DC; }
p { color: rgb(57,135,220); }
H1.HeaderClassName
{
color: #3987DC;
}
.AnyTagClassName
{
color: #3987DC;
}
</style>
background-color css
<style>
a { background-color: #3987DC; }
a { background-color: rgb(57,135,220); }
div.DivClassName
{
background-color: #3987DC;
}
.BgClassName
{
background-color: #3987DC;
}
</style>
border-color css
<style>
span { border-color: #3987DC; }
span { border-color: rgb(57,135,220); }
td.TdClassName
{
border-color: #3987DC;
}
.TagClassName
{
border-color: #3987DC;
}
</style>