Shades of Royal Blue #3079E4
Tints of Royal Blue #3079E4
RGB
CMYK
RGB Variations
Color information
#3079E4 (or 0x3079E4) is known color: Royal Blue. HEX triplet: 30, 79 and E4. RGB value is (48,121,228). Sum of RGB (Red+Green+Blue) = 48+121+228=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 228 (89.45% from 255 or 57.43% from 397); Max value from RGB is 228 - color contains mainly: blue. Hex color #3079E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079E4 is #CF861B. Grayscale: #6E6E6E. Windows color (decimal): -13600284 or 14973232. OLE color: 14973232.
HSL color Cylindrical-coordinate representation of color #3079E4: hue angle of 215.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3079E4 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 121 | 228 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.11 |
| HSL | 215.67º | 0.77% | 0.54% | - |
| HSV(B) | 215.67º | 0.79% | 0.89% | - |
| XYZ | 22.06 | 19.9 | 76.08 | - |
| YUV | 111.37 | 193.82 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 228 | 0.79 | 0.47 | 0 | 0.11 | 215.67 | 0.77 | 0.54 |
| Hex | 30 | 79 | E4 | 4F | 2F | 0 | B | D8 | 4D | 36 |
| Octal | 60 | 171 | 344 | 117 | 57 | 0 | 13 | 330 | 115 | 66 |
| Binary | 110000 | 1111001 | 11100100 | 1001111 | 101111 | 0 | 1011 | 11011000 | 1001101 | 110110 |
Color Harmonies of #3079E4
Complementary color
Monochromatic Colors of #3079E4
Black with #3079E4
Text Example
Text Example
White with #3079E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3079E4; }
p { color: rgb(48,121,228); }
H1.HeaderClassName
{
color: #3079E4;
}
.AnyTagClassName
{
color: #3079E4;
}
</style>
background-color css
<style>
a { background-color: #3079E4; }
a { background-color: rgb(48,121,228); }
div.DivClassName
{
background-color: #3079E4;
}
.BgClassName
{
background-color: #3079E4;
}
</style>
border-color css
<style>
span { border-color: #3079E4; }
span { border-color: rgb(48,121,228); }
td.TdClassName
{
border-color: #3079E4;
}
.TagClassName
{
border-color: #3079E4;
}
</style>