Shades of Royal Blue #3071ED
Tints of Royal Blue #3071ED
RGB
CMYK
RGB Variations
Color information
#3071ED (or 0x3071ED) is known color: Royal Blue. HEX triplet: 30, 71 and ED. RGB value is (48,113,237). Sum of RGB (Red+Green+Blue) = 48+113+237=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #3071ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3071ED is #CF8E12. Grayscale: #6B6B6B. Windows color (decimal): -13602323 or 15561008. OLE color: 15561008.
HSL color Cylindrical-coordinate representation of color #3071ED: hue angle of 219.37º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3071ED is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 113 | 237 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.07 |
| HSL | 219.37º | 0.84% | 0.56% | - |
| HSV(B) | 219.37º | 0.8% | 0.93% | - |
| XYZ | 22.41 | 18.55 | 82.52 | - |
| YUV | 107.7 | 200.97 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 237 | 0.80 | 0.52 | 0 | 0.07 | 219.37 | 0.84 | 0.56 |
| Hex | 30 | 71 | ED | 50 | 34 | 0 | 7 | DB | 54 | 38 |
| Octal | 60 | 161 | 355 | 120 | 64 | 0 | 7 | 333 | 124 | 70 |
| Binary | 110000 | 1110001 | 11101101 | 1010000 | 110100 | 0 | 111 | 11011011 | 1010100 | 111000 |
Color Harmonies of #3071ED
Complementary color
Monochromatic Colors of #3071ED
Black with #3071ED
Text Example
Text Example
White with #3071ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3071ED; }
p { color: rgb(48,113,237); }
H1.HeaderClassName
{
color: #3071ED;
}
.AnyTagClassName
{
color: #3071ED;
}
</style>
background-color css
<style>
a { background-color: #3071ED; }
a { background-color: rgb(48,113,237); }
div.DivClassName
{
background-color: #3071ED;
}
.BgClassName
{
background-color: #3071ED;
}
</style>
border-color css
<style>
span { border-color: #3071ED; }
span { border-color: rgb(48,113,237); }
td.TdClassName
{
border-color: #3071ED;
}
.TagClassName
{
border-color: #3071ED;
}
</style>