Shades of Royal Blue #3980DB
Tints of Royal Blue #3980DB
RGB
CMYK
RGB Variations
Color information
#3980DB (or 0x3980DB) is known color: Royal Blue. HEX triplet: 39, 80 and DB. RGB value is (57,128,219). Sum of RGB (Red+Green+Blue) = 57+128+219=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #3980DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980DB is #C67F24. Grayscale: #747474. Windows color (decimal): -13008677 or 14385209. OLE color: 14385209.
HSL color Cylindrical-coordinate representation of color #3980DB: hue angle of 213.7º degrees, saturation: 0.69, 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 #3980DB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 128 | 219 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.14 |
| HSL | 213.7º | 0.69% | 0.54% | - |
| HSV(B) | 213.7º | 0.74% | 0.86% | - |
| XYZ | 22.19 | 21.42 | 69.98 | - |
| YUV | 117.15 | 185.48 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 219 | 0.74 | 0.42 | 0 | 0.14 | 213.7 | 0.69 | 0.54 |
| Hex | 39 | 80 | DB | 4A | 2A | 0 | E | D6 | 45 | 36 |
| Octal | 71 | 200 | 333 | 112 | 52 | 0 | 16 | 326 | 105 | 66 |
| Binary | 111001 | 10000000 | 11011011 | 1001010 | 101010 | 0 | 1110 | 11010110 | 1000101 | 110110 |
Color Harmonies of #3980DB
Complementary color
Monochromatic Colors of #3980DB
Black with #3980DB
Text Example
Text Example
White with #3980DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3980DB; }
p { color: rgb(57,128,219); }
H1.HeaderClassName
{
color: #3980DB;
}
.AnyTagClassName
{
color: #3980DB;
}
</style>
background-color css
<style>
a { background-color: #3980DB; }
a { background-color: rgb(57,128,219); }
div.DivClassName
{
background-color: #3980DB;
}
.BgClassName
{
background-color: #3980DB;
}
</style>
border-color css
<style>
span { border-color: #3980DB; }
span { border-color: rgb(57,128,219); }
td.TdClassName
{
border-color: #3980DB;
}
.TagClassName
{
border-color: #3980DB;
}
</style>