Shades of Royal Blue #3083DB
Tints of Royal Blue #3083DB
RGB
CMYK
RGB Variations
Color information
#3083DB (or 0x3083DB) is known color: Royal Blue. HEX triplet: 30, 83 and DB. RGB value is (48,131,219). Sum of RGB (Red+Green+Blue) = 48+131+219=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #3083DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3083DB is #CF7C24. Grayscale: #737373. Windows color (decimal): -13597733 or 14385968. OLE color: 14385968.
HSL color Cylindrical-coordinate representation of color #3083DB: hue angle of 210.88º 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 #3083DB is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 131 | 219 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.14 |
| HSL | 210.88º | 0.7% | 0.52% | - |
| HSV(B) | 210.88º | 0.78% | 0.86% | - |
| XYZ | 22.12 | 21.98 | 70.09 | - |
| YUV | 116.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 219 | 0.78 | 0.40 | 0 | 0.14 | 210.88 | 0.7 | 0.52 |
| Hex | 30 | 83 | DB | 4E | 28 | 0 | E | D3 | 46 | 34 |
| Octal | 60 | 203 | 333 | 116 | 50 | 0 | 16 | 323 | 106 | 64 |
| Binary | 110000 | 10000011 | 11011011 | 1001110 | 101000 | 0 | 1110 | 11010011 | 1000110 | 110100 |
Color Harmonies of #3083DB
Complementary color
Monochromatic Colors of #3083DB
Black with #3083DB
Text Example
Text Example
White with #3083DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3083DB; }
p { color: rgb(48,131,219); }
H1.HeaderClassName
{
color: #3083DB;
}
.AnyTagClassName
{
color: #3083DB;
}
</style>
background-color css
<style>
a { background-color: #3083DB; }
a { background-color: rgb(48,131,219); }
div.DivClassName
{
background-color: #3083DB;
}
.BgClassName
{
background-color: #3083DB;
}
</style>
border-color css
<style>
span { border-color: #3083DB; }
span { border-color: rgb(48,131,219); }
td.TdClassName
{
border-color: #3083DB;
}
.TagClassName
{
border-color: #3083DB;
}
</style>