Shades of Royal Blue #3054DF
Tints of Royal Blue #3054DF
RGB
CMYK
RGB Variations
Color information
#3054DF (or 0x3054DF) is known color: Royal Blue. HEX triplet: 30, 54 and DF. RGB value is (48,84,223). Sum of RGB (Red+Green+Blue) = 48+84+223=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #3054DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054DF is #CFAB20. Grayscale: #585858. Windows color (decimal): -13609761 or 14636080. OLE color: 14636080.
HSL color Cylindrical-coordinate representation of color #3054DF: hue angle of 227.66º 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 #3054DF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 84 | 223 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.13 |
| HSL | 227.66º | 0.73% | 0.53% | - |
| HSV(B) | 227.66º | 0.78% | 0.87% | - |
| XYZ | 17.71 | 12.3 | 71.25 | - |
| YUV | 89.08 | 203.57 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 84 | 223 | 0.78 | 0.62 | 0 | 0.13 | 227.66 | 0.73 | 0.53 |
| Hex | 30 | 54 | DF | 4E | 3E | 0 | D | E4 | 49 | 35 |
| Octal | 60 | 124 | 337 | 116 | 76 | 0 | 15 | 344 | 111 | 65 |
| Binary | 110000 | 1010100 | 11011111 | 1001110 | 111110 | 0 | 1101 | 11100100 | 1001001 | 110101 |
Color Harmonies of #3054DF
Complementary color
Monochromatic Colors of #3054DF
Black with #3054DF
Text Example
Text Example
White with #3054DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3054DF; }
p { color: rgb(48,84,223); }
H1.HeaderClassName
{
color: #3054DF;
}
.AnyTagClassName
{
color: #3054DF;
}
</style>
background-color css
<style>
a { background-color: #3054DF; }
a { background-color: rgb(48,84,223); }
div.DivClassName
{
background-color: #3054DF;
}
.BgClassName
{
background-color: #3054DF;
}
</style>
border-color css
<style>
span { border-color: #3054DF; }
span { border-color: rgb(48,84,223); }
td.TdClassName
{
border-color: #3054DF;
}
.TagClassName
{
border-color: #3054DF;
}
</style>