Shades of Royal Blue #3070DB
Tints of Royal Blue #3070DB
RGB
CMYK
RGB Variations
Color information
#3070DB (or 0x3070DB) is known color: Royal Blue. HEX triplet: 30, 70 and DB. RGB value is (48,112,219). Sum of RGB (Red+Green+Blue) = 48+112+219=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #3070DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070DB is #CF8F24. Grayscale: #686868. Windows color (decimal): -13602597 or 14381104. OLE color: 14381104.
HSL color Cylindrical-coordinate representation of color #3070DB: hue angle of 217.54º 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 #3070DB is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 112 | 219 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.14 |
| HSL | 217.54º | 0.7% | 0.52% | - |
| HSV(B) | 217.54º | 0.78% | 0.86% | - |
| XYZ | 19.8 | 17.33 | 69.32 | - |
| YUV | 105.06 | 192.3 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 219 | 0.78 | 0.49 | 0 | 0.14 | 217.54 | 0.7 | 0.52 |
| Hex | 30 | 70 | DB | 4E | 31 | 0 | E | DA | 46 | 34 |
| Octal | 60 | 160 | 333 | 116 | 61 | 0 | 16 | 332 | 106 | 64 |
| Binary | 110000 | 1110000 | 11011011 | 1001110 | 110001 | 0 | 1110 | 11011010 | 1000110 | 110100 |
Color Harmonies of #3070DB
Complementary color
Monochromatic Colors of #3070DB
Black with #3070DB
Text Example
Text Example
White with #3070DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3070DB; }
p { color: rgb(48,112,219); }
H1.HeaderClassName
{
color: #3070DB;
}
.AnyTagClassName
{
color: #3070DB;
}
</style>
background-color css
<style>
a { background-color: #3070DB; }
a { background-color: rgb(48,112,219); }
div.DivClassName
{
background-color: #3070DB;
}
.BgClassName
{
background-color: #3070DB;
}
</style>
border-color css
<style>
span { border-color: #3070DB; }
span { border-color: rgb(48,112,219); }
td.TdClassName
{
border-color: #3070DB;
}
.TagClassName
{
border-color: #3070DB;
}
</style>