Shades of Royal Blue #3059ED
Tints of Royal Blue #3059ED
RGB
CMYK
RGB Variations
Color information
#3059ED (or 0x3059ED) is known color: Royal Blue. HEX triplet: 30, 59 and ED. RGB value is (48,89,237). Sum of RGB (Red+Green+Blue) = 48+89+237=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #3059ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3059ED is #CFA612. Grayscale: #5C5C5C. Windows color (decimal): -13608467 or 15554864. OLE color: 15554864.
HSL color Cylindrical-coordinate representation of color #3059ED: hue angle of 226.98º 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 #3059ED is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 89 | 237 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.07 |
| HSL | 226.98º | 0.84% | 0.56% | - |
| HSV(B) | 226.98º | 0.8% | 0.93% | - |
| XYZ | 20.08 | 13.89 | 81.74 | - |
| YUV | 93.61 | 208.92 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 237 | 0.80 | 0.62 | 0 | 0.07 | 226.98 | 0.84 | 0.56 |
| Hex | 30 | 59 | ED | 50 | 3E | 0 | 7 | E3 | 54 | 38 |
| Octal | 60 | 131 | 355 | 120 | 76 | 0 | 7 | 343 | 124 | 70 |
| Binary | 110000 | 1011001 | 11101101 | 1010000 | 111110 | 0 | 111 | 11100011 | 1010100 | 111000 |
Color Harmonies of #3059ED
Complementary color
Monochromatic Colors of #3059ED
Black with #3059ED
Text Example
Text Example
White with #3059ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059ED; }
p { color: rgb(48,89,237); }
H1.HeaderClassName
{
color: #3059ED;
}
.AnyTagClassName
{
color: #3059ED;
}
</style>
background-color css
<style>
a { background-color: #3059ED; }
a { background-color: rgb(48,89,237); }
div.DivClassName
{
background-color: #3059ED;
}
.BgClassName
{
background-color: #3059ED;
}
</style>
border-color css
<style>
span { border-color: #3059ED; }
span { border-color: rgb(48,89,237); }
td.TdClassName
{
border-color: #3059ED;
}
.TagClassName
{
border-color: #3059ED;
}
</style>