Shades of Royal Blue #475CED
Tints of Royal Blue #475CED
RGB
CMYK
RGB Variations
Color information
#475CED (or 0x475CED) is known color: Royal Blue. HEX triplet: 47, 5C and ED. RGB value is (71,92,237). Sum of RGB (Red+Green+Blue) = 71+92+237=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #475CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475CED is #B8A312. Grayscale: #656565. Windows color (decimal): -12100371 or 15555655. OLE color: 15555655.
HSL color Cylindrical-coordinate representation of color #475CED: hue angle of 232.41º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475CED is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 92 | 237 | - |
| CMYK | 0.70 | 0.61 | 0 | 0.07 |
| HSL | 232.41º | 0.82% | 0.6% | - |
| HSV(B) | 232.41º | 0.7% | 0.93% | - |
| XYZ | 21.71 | 15.11 | 81.89 | - |
| YUV | 102.25 | 204.04 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 237 | 0.70 | 0.61 | 0 | 0.07 | 232.41 | 0.82 | 0.6 |
| Hex | 47 | 5C | ED | 46 | 3D | 0 | 7 | E8 | 52 | 3C |
| Octal | 107 | 134 | 355 | 106 | 75 | 0 | 7 | 350 | 122 | 74 |
| Binary | 1000111 | 1011100 | 11101101 | 1000110 | 111101 | 0 | 111 | 11101000 | 1010010 | 111100 |
Color Harmonies of #475CED
Complementary color
Monochromatic Colors of #475CED
Black with #475CED
Text Example
Text Example
White with #475CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CED; }
p { color: rgb(71,92,237); }
H1.HeaderClassName
{
color: #475CED;
}
.AnyTagClassName
{
color: #475CED;
}
</style>
background-color css
<style>
a { background-color: #475CED; }
a { background-color: rgb(71,92,237); }
div.DivClassName
{
background-color: #475CED;
}
.BgClassName
{
background-color: #475CED;
}
</style>
border-color css
<style>
span { border-color: #475CED; }
span { border-color: rgb(71,92,237); }
td.TdClassName
{
border-color: #475CED;
}
.TagClassName
{
border-color: #475CED;
}
</style>