Shades of Royal Blue #3059DF
Tints of Royal Blue #3059DF
RGB
CMYK
RGB Variations
Color information
#3059DF (or 0x3059DF) is known color: Royal Blue. HEX triplet: 30, 59 and DF. RGB value is (48,89,223). Sum of RGB (Red+Green+Blue) = 48+89+223=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #3059DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059DF is #CFA620. Grayscale: #5B5B5B. Windows color (decimal): -13608481 or 14637360. OLE color: 14637360.
HSL color Cylindrical-coordinate representation of color #3059DF: hue angle of 225.94º 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 #3059DF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 89 | 223 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.13 |
| HSL | 225.94º | 0.73% | 0.53% | - |
| HSV(B) | 225.94º | 0.78% | 0.87% | - |
| XYZ | 18.11 | 13.1 | 71.39 | - |
| YUV | 92.02 | 201.92 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 223 | 0.78 | 0.60 | 0 | 0.13 | 225.94 | 0.73 | 0.53 |
| Hex | 30 | 59 | DF | 4E | 3C | 0 | D | E2 | 49 | 35 |
| Octal | 60 | 131 | 337 | 116 | 74 | 0 | 15 | 342 | 111 | 65 |
| Binary | 110000 | 1011001 | 11011111 | 1001110 | 111100 | 0 | 1101 | 11100010 | 1001001 | 110101 |
Color Harmonies of #3059DF
Complementary color
Monochromatic Colors of #3059DF
Black with #3059DF
Text Example
Text Example
White with #3059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3059DF; }
p { color: rgb(48,89,223); }
H1.HeaderClassName
{
color: #3059DF;
}
.AnyTagClassName
{
color: #3059DF;
}
</style>
background-color css
<style>
a { background-color: #3059DF; }
a { background-color: rgb(48,89,223); }
div.DivClassName
{
background-color: #3059DF;
}
.BgClassName
{
background-color: #3059DF;
}
</style>
border-color css
<style>
span { border-color: #3059DF; }
span { border-color: rgb(48,89,223); }
td.TdClassName
{
border-color: #3059DF;
}
.TagClassName
{
border-color: #3059DF;
}
</style>