Shades of Royal Blue #357FED
Tints of Royal Blue #357FED
RGB
CMYK
RGB Variations
Color information
#357FED (or 0x357FED) is known color: Royal Blue. HEX triplet: 35, 7F and ED. RGB value is (53,127,237). Sum of RGB (Red+Green+Blue) = 53+127+237=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #357FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #357FED is #CA8012. Grayscale: #747474. Windows color (decimal): -13271059 or 15564597. OLE color: 15564597.
HSL color Cylindrical-coordinate representation of color #357FED: hue angle of 215.87º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357FED is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 127 | 237 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.07 |
| HSL | 215.87º | 0.84% | 0.57% | - |
| HSV(B) | 215.87º | 0.78% | 0.93% | - |
| XYZ | 24.34 | 22.05 | 83.09 | - |
| YUV | 117.41 | 195.48 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 127 | 237 | 0.78 | 0.46 | 0 | 0.07 | 215.87 | 0.84 | 0.57 |
| Hex | 35 | 7F | ED | 4E | 2E | 0 | 7 | D8 | 54 | 39 |
| Octal | 65 | 177 | 355 | 116 | 56 | 0 | 7 | 330 | 124 | 71 |
| Binary | 110101 | 1111111 | 11101101 | 1001110 | 101110 | 0 | 111 | 11011000 | 1010100 | 111001 |
Color Harmonies of #357FED
Complementary color
Monochromatic Colors of #357FED
Black with #357FED
Text Example
Text Example
White with #357FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357FED; }
p { color: rgb(53,127,237); }
H1.HeaderClassName
{
color: #357FED;
}
.AnyTagClassName
{
color: #357FED;
}
</style>
background-color css
<style>
a { background-color: #357FED; }
a { background-color: rgb(53,127,237); }
div.DivClassName
{
background-color: #357FED;
}
.BgClassName
{
background-color: #357FED;
}
</style>
border-color css
<style>
span { border-color: #357FED; }
span { border-color: rgb(53,127,237); }
td.TdClassName
{
border-color: #357FED;
}
.TagClassName
{
border-color: #357FED;
}
</style>