Shades of Royal Blue #3079DB
Tints of Royal Blue #3079DB
RGB
CMYK
RGB Variations
Color information
#3079DB (or 0x3079DB) is known color: Royal Blue. HEX triplet: 30, 79 and DB. RGB value is (48,121,219). Sum of RGB (Red+Green+Blue) = 48+121+219=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #3079DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079DB is #CF8624. Grayscale: #6D6D6D. Windows color (decimal): -13600293 or 14383408. OLE color: 14383408.
HSL color Cylindrical-coordinate representation of color #3079DB: hue angle of 214.39º 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 #3079DB is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 121 | 219 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.14 |
| HSL | 214.39º | 0.7% | 0.52% | - |
| HSV(B) | 214.39º | 0.78% | 0.86% | - |
| XYZ | 20.84 | 19.42 | 69.67 | - |
| YUV | 110.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 219 | 0.78 | 0.45 | 0 | 0.14 | 214.39 | 0.7 | 0.52 |
| Hex | 30 | 79 | DB | 4E | 2D | 0 | E | D6 | 46 | 34 |
| Octal | 60 | 171 | 333 | 116 | 55 | 0 | 16 | 326 | 106 | 64 |
| Binary | 110000 | 1111001 | 11011011 | 1001110 | 101101 | 0 | 1110 | 11010110 | 1000110 | 110100 |
Color Harmonies of #3079DB
Complementary color
Monochromatic Colors of #3079DB
Black with #3079DB
Text Example
Text Example
White with #3079DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079DB; }
p { color: rgb(48,121,219); }
H1.HeaderClassName
{
color: #3079DB;
}
.AnyTagClassName
{
color: #3079DB;
}
</style>
background-color css
<style>
a { background-color: #3079DB; }
a { background-color: rgb(48,121,219); }
div.DivClassName
{
background-color: #3079DB;
}
.BgClassName
{
background-color: #3079DB;
}
</style>
border-color css
<style>
span { border-color: #3079DB; }
span { border-color: rgb(48,121,219); }
td.TdClassName
{
border-color: #3079DB;
}
.TagClassName
{
border-color: #3079DB;
}
</style>