Shades of Royal Blue #325DF7
Tints of Royal Blue #325DF7
RGB
CMYK
RGB Variations
Color information
#325DF7 (or 0x325DF7) is known color: Royal Blue. HEX triplet: 32, 5D and F7. RGB value is (50,93,247). Sum of RGB (Red+Green+Blue) = 50+93+247=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 247 (96.88% from 255 or 63.33% from 390); Max value from RGB is 247 - color contains mainly: blue. Hex color #325DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DF7 is #CDA208. Grayscale: #616161. Windows color (decimal): -13476361 or 16211250. OLE color: 16211250.
HSL color Cylindrical-coordinate representation of color #325DF7: hue angle of 226.9º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325DF7 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 93 | 247 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.03 |
| HSL | 226.9º | 0.92% | 0.58% | - |
| HSV(B) | 226.9º | 0.8% | 0.97% | - |
| XYZ | 22.02 | 15.22 | 89.77 | - |
| YUV | 97.7 | 212.25 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 93 | 247 | 0.80 | 0.62 | 0 | 0.03 | 226.9 | 0.92 | 0.58 |
| Hex | 32 | 5D | F7 | 50 | 3E | 0 | 3 | E3 | 5C | 3A |
| Octal | 62 | 135 | 367 | 120 | 76 | 0 | 3 | 343 | 134 | 72 |
| Binary | 110010 | 1011101 | 11110111 | 1010000 | 111110 | 0 | 11 | 11100011 | 1011100 | 111010 |
Color Harmonies of #325DF7
Complementary color
Monochromatic Colors of #325DF7
Black with #325DF7
Text Example
Text Example
White with #325DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325DF7; }
p { color: rgb(50,93,247); }
H1.HeaderClassName
{
color: #325DF7;
}
.AnyTagClassName
{
color: #325DF7;
}
</style>
background-color css
<style>
a { background-color: #325DF7; }
a { background-color: rgb(50,93,247); }
div.DivClassName
{
background-color: #325DF7;
}
.BgClassName
{
background-color: #325DF7;
}
</style>
border-color css
<style>
span { border-color: #325DF7; }
span { border-color: rgb(50,93,247); }
td.TdClassName
{
border-color: #325DF7;
}
.TagClassName
{
border-color: #325DF7;
}
</style>