Shades of Royal Blue #3985DC
Tints of Royal Blue #3985DC
RGB
CMYK
RGB Variations
Color information
#3985DC (or 0x3985DC) is known color: Royal Blue. HEX triplet: 39, 85 and DC. RGB value is (57,133,220). Sum of RGB (Red+Green+Blue) = 57+133+220=410 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.90% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #3985DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3985DC is #C67A23. Grayscale: #777777. Windows color (decimal): -13007396 or 14452025. OLE color: 14452025.
HSL color Cylindrical-coordinate representation of color #3985DC: hue angle of 212.02º 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 #3985DC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 133 | 220 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.14 |
| HSL | 212.02º | 0.7% | 0.54% | - |
| HSV(B) | 212.02º | 0.74% | 0.86% | - |
| XYZ | 22.99 | 22.81 | 70.9 | - |
| YUV | 120.19 | 184.32 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 220 | 0.74 | 0.40 | 0 | 0.14 | 212.02 | 0.7 | 0.54 |
| Hex | 39 | 85 | DC | 4A | 28 | 0 | E | D4 | 46 | 36 |
| Octal | 71 | 205 | 334 | 112 | 50 | 0 | 16 | 324 | 106 | 66 |
| Binary | 111001 | 10000101 | 11011100 | 1001010 | 101000 | 0 | 1110 | 11010100 | 1000110 | 110110 |
Color Harmonies of #3985DC
Complementary color
Monochromatic Colors of #3985DC
Black with #3985DC
Text Example
Text Example
White with #3985DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3985DC; }
p { color: rgb(57,133,220); }
H1.HeaderClassName
{
color: #3985DC;
}
.AnyTagClassName
{
color: #3985DC;
}
</style>
background-color css
<style>
a { background-color: #3985DC; }
a { background-color: rgb(57,133,220); }
div.DivClassName
{
background-color: #3985DC;
}
.BgClassName
{
background-color: #3985DC;
}
</style>
border-color css
<style>
span { border-color: #3985DC; }
span { border-color: rgb(57,133,220); }
td.TdClassName
{
border-color: #3985DC;
}
.TagClassName
{
border-color: #3985DC;
}
</style>