Shades of Royal Blue #415CDC
Tints of Royal Blue #415CDC
RGB
CMYK
RGB Variations
Color information
#415CDC (or 0x415CDC) is known color: Royal Blue. HEX triplet: 41, 5C and DC. RGB value is (65,92,220). Sum of RGB (Red+Green+Blue) = 65+92+220=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #415CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415CDC is #BEA323. Grayscale: #616161. Windows color (decimal): -12493604 or 14441537. OLE color: 14441537.
HSL color Cylindrical-coordinate representation of color #415CDC: hue angle of 229.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #415CDC is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 92 | 220 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.14 |
| HSL | 229.55º | 0.69% | 0.56% | - |
| HSV(B) | 229.55º | 0.7% | 0.86% | - |
| XYZ | 18.93 | 13.95 | 69.4 | - |
| YUV | 98.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 220 | 0.70 | 0.58 | 0 | 0.14 | 229.55 | 0.69 | 0.56 |
| Hex | 41 | 5C | DC | 46 | 3A | 0 | E | E6 | 45 | 38 |
| Octal | 101 | 134 | 334 | 106 | 72 | 0 | 16 | 346 | 105 | 70 |
| Binary | 1000001 | 1011100 | 11011100 | 1000110 | 111010 | 0 | 1110 | 11100110 | 1000101 | 111000 |
Color Harmonies of #415CDC
Complementary color
Monochromatic Colors of #415CDC
Black with #415CDC
Text Example
Text Example
White with #415CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415CDC; }
p { color: rgb(65,92,220); }
H1.HeaderClassName
{
color: #415CDC;
}
.AnyTagClassName
{
color: #415CDC;
}
</style>
background-color css
<style>
a { background-color: #415CDC; }
a { background-color: rgb(65,92,220); }
div.DivClassName
{
background-color: #415CDC;
}
.BgClassName
{
background-color: #415CDC;
}
</style>
border-color css
<style>
span { border-color: #415CDC; }
span { border-color: rgb(65,92,220); }
td.TdClassName
{
border-color: #415CDC;
}
.TagClassName
{
border-color: #415CDC;
}
</style>