Shades of Royal Blue #407CED
Tints of Royal Blue #407CED
RGB
CMYK
RGB Variations
Color information
#407CED (or 0x407CED) is known color: Royal Blue. HEX triplet: 40, 7C and ED. RGB value is (64,124,237). Sum of RGB (Red+Green+Blue) = 64+124+237=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #407CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CED is #BF8312. Grayscale: #767676. Windows color (decimal): -12550931 or 15563840. OLE color: 15563840.
HSL color Cylindrical-coordinate representation of color #407CED: hue angle of 219.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407CED is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 124 | 237 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.07 |
| HSL | 219.19º | 0.83% | 0.59% | - |
| HSV(B) | 219.19º | 0.73% | 0.93% | - |
| XYZ | 24.61 | 21.62 | 83 | - |
| YUV | 118.94 | 194.62 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 237 | 0.73 | 0.48 | 0 | 0.07 | 219.19 | 0.83 | 0.59 |
| Hex | 40 | 7C | ED | 49 | 30 | 0 | 7 | DB | 53 | 3B |
| Octal | 100 | 174 | 355 | 111 | 60 | 0 | 7 | 333 | 123 | 73 |
| Binary | 1000000 | 1111100 | 11101101 | 1001001 | 110000 | 0 | 111 | 11011011 | 1010011 | 111011 |
Color Harmonies of #407CED
Complementary color
Monochromatic Colors of #407CED
Black with #407CED
Text Example
Text Example
White with #407CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CED; }
p { color: rgb(64,124,237); }
H1.HeaderClassName
{
color: #407CED;
}
.AnyTagClassName
{
color: #407CED;
}
</style>
background-color css
<style>
a { background-color: #407CED; }
a { background-color: rgb(64,124,237); }
div.DivClassName
{
background-color: #407CED;
}
.BgClassName
{
background-color: #407CED;
}
</style>
border-color css
<style>
span { border-color: #407CED; }
span { border-color: rgb(64,124,237); }
td.TdClassName
{
border-color: #407CED;
}
.TagClassName
{
border-color: #407CED;
}
</style>