Shades of Royal Blue #3078DF
Tints of Royal Blue #3078DF
RGB
CMYK
RGB Variations
Color information
#3078DF (or 0x3078DF) is known color: Royal Blue. HEX triplet: 30, 78 and DF. RGB value is (48,120,223). Sum of RGB (Red+Green+Blue) = 48+120+223=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #3078DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078DF is #CF8720. Grayscale: #6D6D6D. Windows color (decimal): -13600545 or 14645296. OLE color: 14645296.
HSL color Cylindrical-coordinate representation of color #3078DF: hue angle of 215.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3078DF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 120 | 223 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.13 |
| HSL | 215.31º | 0.73% | 0.53% | - |
| HSV(B) | 215.31º | 0.78% | 0.87% | - |
| XYZ | 21.25 | 19.39 | 72.43 | - |
| YUV | 110.21 | 191.65 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 223 | 0.78 | 0.46 | 0 | 0.13 | 215.31 | 0.73 | 0.53 |
| Hex | 30 | 78 | DF | 4E | 2E | 0 | D | D7 | 49 | 35 |
| Octal | 60 | 170 | 337 | 116 | 56 | 0 | 15 | 327 | 111 | 65 |
| Binary | 110000 | 1111000 | 11011111 | 1001110 | 101110 | 0 | 1101 | 11010111 | 1001001 | 110101 |
Color Harmonies of #3078DF
Complementary color
Monochromatic Colors of #3078DF
Black with #3078DF
Text Example
Text Example
White with #3078DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078DF; }
p { color: rgb(48,120,223); }
H1.HeaderClassName
{
color: #3078DF;
}
.AnyTagClassName
{
color: #3078DF;
}
</style>
background-color css
<style>
a { background-color: #3078DF; }
a { background-color: rgb(48,120,223); }
div.DivClassName
{
background-color: #3078DF;
}
.BgClassName
{
background-color: #3078DF;
}
</style>
border-color css
<style>
span { border-color: #3078DF; }
span { border-color: rgb(48,120,223); }
td.TdClassName
{
border-color: #3078DF;
}
.TagClassName
{
border-color: #3078DF;
}
</style>