Shades of Royal Blue #355DF7
Tints of Royal Blue #355DF7
RGB
CMYK
RGB Variations
Color information
#355DF7 (or 0x355DF7) is known color: Royal Blue. HEX triplet: 35, 5D and F7. RGB value is (53,93,247). Sum of RGB (Red+Green+Blue) = 53+93+247=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #355DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355DF7 is #CAA208. Grayscale: #616161. Windows color (decimal): -13279753 or 16211253. OLE color: 16211253.
HSL color Cylindrical-coordinate representation of color #355DF7: hue angle of 227.63º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #355DF7 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 53 | 93 | 247 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.03 |
| HSL | 227.63º | 0.92% | 0.59% | - |
| HSV(B) | 227.63º | 0.79% | 0.97% | - |
| XYZ | 22.17 | 15.3 | 89.78 | - |
| YUV | 98.6 | 211.75 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 247 | 0.79 | 0.62 | 0 | 0.03 | 227.63 | 0.92 | 0.59 |
| Hex | 35 | 5D | F7 | 4F | 3E | 0 | 3 | E4 | 5C | 3B |
| Octal | 65 | 135 | 367 | 117 | 76 | 0 | 3 | 344 | 134 | 73 |
| Binary | 110101 | 1011101 | 11110111 | 1001111 | 111110 | 0 | 11 | 11100100 | 1011100 | 111011 |
Color Harmonies of #355DF7
Complementary color
Monochromatic Colors of #355DF7
Black with #355DF7
Text Example
Text Example
White with #355DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DF7; }
p { color: rgb(53,93,247); }
H1.HeaderClassName
{
color: #355DF7;
}
.AnyTagClassName
{
color: #355DF7;
}
</style>
background-color css
<style>
a { background-color: #355DF7; }
a { background-color: rgb(53,93,247); }
div.DivClassName
{
background-color: #355DF7;
}
.BgClassName
{
background-color: #355DF7;
}
</style>
border-color css
<style>
span { border-color: #355DF7; }
span { border-color: rgb(53,93,247); }
td.TdClassName
{
border-color: #355DF7;
}
.TagClassName
{
border-color: #355DF7;
}
</style>