Shades of Royal Blue #3079DF
Tints of Royal Blue #3079DF
RGB
CMYK
RGB Variations
Color information
#3079DF (or 0x3079DF) is known color: Royal Blue. HEX triplet: 30, 79 and DF. RGB value is (48,121,223). Sum of RGB (Red+Green+Blue) = 48+121+223=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #3079DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079DF is #CF8620. Grayscale: #6E6E6E. Windows color (decimal): -13600289 or 14645552. OLE color: 14645552.
HSL color Cylindrical-coordinate representation of color #3079DF: hue angle of 214.97º 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 #3079DF is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 121 | 223 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.13 |
| HSL | 214.97º | 0.73% | 0.53% | - |
| HSV(B) | 214.97º | 0.78% | 0.87% | - |
| XYZ | 21.38 | 19.63 | 72.47 | - |
| YUV | 110.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 223 | 0.78 | 0.46 | 0 | 0.13 | 214.97 | 0.73 | 0.53 |
| Hex | 30 | 79 | DF | 4E | 2E | 0 | D | D7 | 49 | 35 |
| Octal | 60 | 171 | 337 | 116 | 56 | 0 | 15 | 327 | 111 | 65 |
| Binary | 110000 | 1111001 | 11011111 | 1001110 | 101110 | 0 | 1101 | 11010111 | 1001001 | 110101 |
Color Harmonies of #3079DF
Complementary color
Monochromatic Colors of #3079DF
Black with #3079DF
Text Example
Text Example
White with #3079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079DF; }
p { color: rgb(48,121,223); }
H1.HeaderClassName
{
color: #3079DF;
}
.AnyTagClassName
{
color: #3079DF;
}
</style>
background-color css
<style>
a { background-color: #3079DF; }
a { background-color: rgb(48,121,223); }
div.DivClassName
{
background-color: #3079DF;
}
.BgClassName
{
background-color: #3079DF;
}
</style>
border-color css
<style>
span { border-color: #3079DF; }
span { border-color: rgb(48,121,223); }
td.TdClassName
{
border-color: #3079DF;
}
.TagClassName
{
border-color: #3079DF;
}
</style>