Shades of Royal Blue #3983DC
Tints of Royal Blue #3983DC
RGB
CMYK
RGB Variations
Color information
#3983DC (or 0x3983DC) is known color: Royal Blue. HEX triplet: 39, 83 and DC. RGB value is (57,131,220). Sum of RGB (Red+Green+Blue) = 57+131+220=408 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.97% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #3983DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3983DC is #C67C23. Grayscale: #767676. Windows color (decimal): -13007908 or 14451513. OLE color: 14451513.
HSL color Cylindrical-coordinate representation of color #3983DC: hue angle of 212.76º 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 #3983DC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 131 | 220 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.14 |
| HSL | 212.76º | 0.7% | 0.54% | - |
| HSV(B) | 212.76º | 0.74% | 0.86% | - |
| XYZ | 22.72 | 22.27 | 70.81 | - |
| YUV | 119.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 220 | 0.74 | 0.40 | 0 | 0.14 | 212.76 | 0.7 | 0.54 |
| Hex | 39 | 83 | DC | 4A | 28 | 0 | E | D5 | 46 | 36 |
| Octal | 71 | 203 | 334 | 112 | 50 | 0 | 16 | 325 | 106 | 66 |
| Binary | 111001 | 10000011 | 11011100 | 1001010 | 101000 | 0 | 1110 | 11010101 | 1000110 | 110110 |
Color Harmonies of #3983DC
Complementary color
Monochromatic Colors of #3983DC
Black with #3983DC
Text Example
Text Example
White with #3983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3983DC; }
p { color: rgb(57,131,220); }
H1.HeaderClassName
{
color: #3983DC;
}
.AnyTagClassName
{
color: #3983DC;
}
</style>
background-color css
<style>
a { background-color: #3983DC; }
a { background-color: rgb(57,131,220); }
div.DivClassName
{
background-color: #3983DC;
}
.BgClassName
{
background-color: #3983DC;
}
</style>
border-color css
<style>
span { border-color: #3983DC; }
span { border-color: rgb(57,131,220); }
td.TdClassName
{
border-color: #3983DC;
}
.TagClassName
{
border-color: #3983DC;
}
</style>