Shades of Royal Blue #3980E5
Tints of Royal Blue #3980E5
RGB
CMYK
RGB Variations
Color information
#3980E5 (or 0x3980E5) is known color: Royal Blue. HEX triplet: 39, 80 and E5. RGB value is (57,128,229). Sum of RGB (Red+Green+Blue) = 57+128+229=414 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.77% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #3980E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3980E5 is #C67F1A. Grayscale: #757575. Windows color (decimal): -13008667 or 15040569. OLE color: 15040569.
HSL color Cylindrical-coordinate representation of color #3980E5: hue angle of 215.23º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3980E5 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 128 | 229 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.10 |
| HSL | 215.23º | 0.77% | 0.56% | - |
| HSV(B) | 215.23º | 0.75% | 0.9% | - |
| XYZ | 23.55 | 21.97 | 77.13 | - |
| YUV | 118.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 229 | 0.75 | 0.44 | 0 | 0.10 | 215.23 | 0.77 | 0.56 |
| Hex | 39 | 80 | E5 | 4B | 2C | 0 | A | D7 | 4D | 38 |
| Octal | 71 | 200 | 345 | 113 | 54 | 0 | 12 | 327 | 115 | 70 |
| Binary | 111001 | 10000000 | 11100101 | 1001011 | 101100 | 0 | 1010 | 11010111 | 1001101 | 111000 |
Color Harmonies of #3980E5
Complementary color
Monochromatic Colors of #3980E5
Black with #3980E5
Text Example
Text Example
White with #3980E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3980E5; }
p { color: rgb(57,128,229); }
H1.HeaderClassName
{
color: #3980E5;
}
.AnyTagClassName
{
color: #3980E5;
}
</style>
background-color css
<style>
a { background-color: #3980E5; }
a { background-color: rgb(57,128,229); }
div.DivClassName
{
background-color: #3980E5;
}
.BgClassName
{
background-color: #3980E5;
}
</style>
border-color css
<style>
span { border-color: #3980E5; }
span { border-color: rgb(57,128,229); }
td.TdClassName
{
border-color: #3980E5;
}
.TagClassName
{
border-color: #3980E5;
}
</style>