Shades of Royal Blue #3070ED
Tints of Royal Blue #3070ED
RGB
CMYK
RGB Variations
Color information
#3070ED (or 0x3070ED) is known color: Royal Blue. HEX triplet: 30, 70 and ED. RGB value is (48,112,237). Sum of RGB (Red+Green+Blue) = 48+112+237=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #3070ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3070ED is #CF8F12. Grayscale: #6A6A6A. Windows color (decimal): -13602579 or 15560752. OLE color: 15560752.
HSL color Cylindrical-coordinate representation of color #3070ED: hue angle of 219.68º 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 #3070ED is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 112 | 237 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.07 |
| HSL | 219.68º | 0.84% | 0.56% | - |
| HSV(B) | 219.68º | 0.8% | 0.93% | - |
| XYZ | 22.3 | 18.33 | 82.48 | - |
| YUV | 107.11 | 201.3 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 237 | 0.80 | 0.53 | 0 | 0.07 | 219.68 | 0.84 | 0.56 |
| Hex | 30 | 70 | ED | 50 | 35 | 0 | 7 | DC | 54 | 38 |
| Octal | 60 | 160 | 355 | 120 | 65 | 0 | 7 | 334 | 124 | 70 |
| Binary | 110000 | 1110000 | 11101101 | 1010000 | 110101 | 0 | 111 | 11011100 | 1010100 | 111000 |
Color Harmonies of #3070ED
Complementary color
Monochromatic Colors of #3070ED
Black with #3070ED
Text Example
Text Example
White with #3070ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3070ED; }
p { color: rgb(48,112,237); }
H1.HeaderClassName
{
color: #3070ED;
}
.AnyTagClassName
{
color: #3070ED;
}
</style>
background-color css
<style>
a { background-color: #3070ED; }
a { background-color: rgb(48,112,237); }
div.DivClassName
{
background-color: #3070ED;
}
.BgClassName
{
background-color: #3070ED;
}
</style>
border-color css
<style>
span { border-color: #3070ED; }
span { border-color: rgb(48,112,237); }
td.TdClassName
{
border-color: #3070ED;
}
.TagClassName
{
border-color: #3070ED;
}
</style>