Shades of Royal Blue #3078E0
Tints of Royal Blue #3078E0
RGB
CMYK
RGB Variations
Color information
#3078E0 (or 0x3078E0) is known color: Royal Blue. HEX triplet: 30, 78 and E0. RGB value is (48,120,224). Sum of RGB (Red+Green+Blue) = 48+120+224=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 224 (87.89% from 255 or 57.14% from 392); Max value from RGB is 224 - color contains mainly: blue. Hex color #3078E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078E0 is #CF871F. Grayscale: #6D6D6D. Windows color (decimal): -13600544 or 14710832. OLE color: 14710832.
HSL color Cylindrical-coordinate representation of color #3078E0: hue angle of 215.45º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3078E0 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 120 | 224 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.12 |
| HSL | 215.45º | 0.74% | 0.53% | - |
| HSV(B) | 215.45º | 0.79% | 0.88% | - |
| XYZ | 21.39 | 19.44 | 73.15 | - |
| YUV | 110.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 224 | 0.79 | 0.46 | 0 | 0.12 | 215.45 | 0.74 | 0.53 |
| Hex | 30 | 78 | E0 | 4F | 2E | 0 | C | D7 | 4A | 35 |
| Octal | 60 | 170 | 340 | 117 | 56 | 0 | 14 | 327 | 112 | 65 |
| Binary | 110000 | 1111000 | 11100000 | 1001111 | 101110 | 0 | 1100 | 11010111 | 1001010 | 110101 |
Color Harmonies of #3078E0
Complementary color
Monochromatic Colors of #3078E0
Black with #3078E0
Text Example
Text Example
White with #3078E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078E0; }
p { color: rgb(48,120,224); }
H1.HeaderClassName
{
color: #3078E0;
}
.AnyTagClassName
{
color: #3078E0;
}
</style>
background-color css
<style>
a { background-color: #3078E0; }
a { background-color: rgb(48,120,224); }
div.DivClassName
{
background-color: #3078E0;
}
.BgClassName
{
background-color: #3078E0;
}
</style>
border-color css
<style>
span { border-color: #3078E0; }
span { border-color: rgb(48,120,224); }
td.TdClassName
{
border-color: #3078E0;
}
.TagClassName
{
border-color: #3078E0;
}
</style>