Shades of Royal Blue #3078DC
Tints of Royal Blue #3078DC
RGB
CMYK
RGB Variations
Color information
#3078DC (or 0x3078DC) is known color: Royal Blue. HEX triplet: 30, 78 and DC. RGB value is (48,120,220). Sum of RGB (Red+Green+Blue) = 48+120+220=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #3078DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078DC is #CF8723. Grayscale: #6D6D6D. Windows color (decimal): -13600548 or 14448688. OLE color: 14448688.
HSL color Cylindrical-coordinate representation of color #3078DC: hue angle of 214.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3078DC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 120 | 220 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.14 |
| HSL | 214.88º | 0.71% | 0.53% | - |
| HSV(B) | 214.88º | 0.78% | 0.86% | - |
| XYZ | 20.85 | 19.23 | 70.32 | - |
| YUV | 109.87 | 190.15 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 220 | 0.78 | 0.45 | 0 | 0.14 | 214.88 | 0.71 | 0.53 |
| Hex | 30 | 78 | DC | 4E | 2D | 0 | E | D7 | 47 | 35 |
| Octal | 60 | 170 | 334 | 116 | 55 | 0 | 16 | 327 | 107 | 65 |
| Binary | 110000 | 1111000 | 11011100 | 1001110 | 101101 | 0 | 1110 | 11010111 | 1000111 | 110101 |
Color Harmonies of #3078DC
Complementary color
Monochromatic Colors of #3078DC
Black with #3078DC
Text Example
Text Example
White with #3078DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078DC; }
p { color: rgb(48,120,220); }
H1.HeaderClassName
{
color: #3078DC;
}
.AnyTagClassName
{
color: #3078DC;
}
</style>
background-color css
<style>
a { background-color: #3078DC; }
a { background-color: rgb(48,120,220); }
div.DivClassName
{
background-color: #3078DC;
}
.BgClassName
{
background-color: #3078DC;
}
</style>
border-color css
<style>
span { border-color: #3078DC; }
span { border-color: rgb(48,120,220); }
td.TdClassName
{
border-color: #3078DC;
}
.TagClassName
{
border-color: #3078DC;
}
</style>