Shades of Royal Blue #3077D7
Tints of Royal Blue #3077D7
RGB
CMYK
RGB Variations
Color information
#3077D7 (or 0x3077D7) is known color: Royal Blue. HEX triplet: 30, 77 and D7. RGB value is (48,119,215). Sum of RGB (Red+Green+Blue) = 48+119+215=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #3077D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077D7 is #CF8828. Grayscale: #6C6C6C. Windows color (decimal): -13600809 or 14120752. OLE color: 14120752.
HSL color Cylindrical-coordinate representation of color #3077D7: hue angle of 214.49º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3077D7 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 119 | 215 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.16 |
| HSL | 214.49º | 0.68% | 0.52% | - |
| HSV(B) | 214.49º | 0.78% | 0.84% | - |
| XYZ | 20.08 | 18.73 | 66.85 | - |
| YUV | 108.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 215 | 0.78 | 0.45 | 0 | 0.16 | 214.49 | 0.68 | 0.52 |
| Hex | 30 | 77 | D7 | 4E | 2D | 0 | 10 | D6 | 44 | 34 |
| Octal | 60 | 167 | 327 | 116 | 55 | 0 | 20 | 326 | 104 | 64 |
| Binary | 110000 | 1110111 | 11010111 | 1001110 | 101101 | 0 | 10000 | 11010110 | 1000100 | 110100 |
Color Harmonies of #3077D7
Complementary color
Monochromatic Colors of #3077D7
Black with #3077D7
Text Example
Text Example
White with #3077D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3077D7; }
p { color: rgb(48,119,215); }
H1.HeaderClassName
{
color: #3077D7;
}
.AnyTagClassName
{
color: #3077D7;
}
</style>
background-color css
<style>
a { background-color: #3077D7; }
a { background-color: rgb(48,119,215); }
div.DivClassName
{
background-color: #3077D7;
}
.BgClassName
{
background-color: #3077D7;
}
</style>
border-color css
<style>
span { border-color: #3077D7; }
span { border-color: rgb(48,119,215); }
td.TdClassName
{
border-color: #3077D7;
}
.TagClassName
{
border-color: #3077D7;
}
</style>