Shades of Royal Blue #3082DB
Tints of Royal Blue #3082DB
RGB
CMYK
RGB Variations
Color information
#3082DB (or 0x3082DB) is known color: Royal Blue. HEX triplet: 30, 82 and DB. RGB value is (48,130,219). Sum of RGB (Red+Green+Blue) = 48+130+219=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #3082DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082DB is #CF7D24. Grayscale: #737373. Windows color (decimal): -13597989 or 14385712. OLE color: 14385712.
HSL color Cylindrical-coordinate representation of color #3082DB: hue angle of 211.23º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3082DB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 130 | 219 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.14 |
| HSL | 211.23º | 0.7% | 0.52% | - |
| HSV(B) | 211.23º | 0.78% | 0.86% | - |
| XYZ | 21.99 | 21.71 | 70.05 | - |
| YUV | 115.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 219 | 0.78 | 0.41 | 0 | 0.14 | 211.23 | 0.7 | 0.52 |
| Hex | 30 | 82 | DB | 4E | 29 | 0 | E | D3 | 46 | 34 |
| Octal | 60 | 202 | 333 | 116 | 51 | 0 | 16 | 323 | 106 | 64 |
| Binary | 110000 | 10000010 | 11011011 | 1001110 | 101001 | 0 | 1110 | 11010011 | 1000110 | 110100 |
Color Harmonies of #3082DB
Complementary color
Monochromatic Colors of #3082DB
Black with #3082DB
Text Example
Text Example
White with #3082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082DB; }
p { color: rgb(48,130,219); }
H1.HeaderClassName
{
color: #3082DB;
}
.AnyTagClassName
{
color: #3082DB;
}
</style>
background-color css
<style>
a { background-color: #3082DB; }
a { background-color: rgb(48,130,219); }
div.DivClassName
{
background-color: #3082DB;
}
.BgClassName
{
background-color: #3082DB;
}
</style>
border-color css
<style>
span { border-color: #3082DB; }
span { border-color: rgb(48,130,219); }
td.TdClassName
{
border-color: #3082DB;
}
.TagClassName
{
border-color: #3082DB;
}
</style>