Shades of Royal Blue #415DDC
Tints of Royal Blue #415DDC
RGB
CMYK
RGB Variations
Color information
#415DDC (or 0x415DDC) is known color: Royal Blue. HEX triplet: 41, 5D and DC. RGB value is (65,93,220). Sum of RGB (Red+Green+Blue) = 65+93+220=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #415DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DDC is #BEA223. Grayscale: #626262. Windows color (decimal): -12493348 or 14441793. OLE color: 14441793.
HSL color Cylindrical-coordinate representation of color #415DDC: hue angle of 229.16º 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 #415DDC is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 93 | 220 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.14 |
| HSL | 229.16º | 0.69% | 0.56% | - |
| HSV(B) | 229.16º | 0.7% | 0.86% | - |
| XYZ | 19.01 | 14.12 | 69.43 | - |
| YUV | 99.11 | 196.22 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 220 | 0.70 | 0.58 | 0 | 0.14 | 229.16 | 0.69 | 0.56 |
| Hex | 41 | 5D | DC | 46 | 3A | 0 | E | E5 | 45 | 38 |
| Octal | 101 | 135 | 334 | 106 | 72 | 0 | 16 | 345 | 105 | 70 |
| Binary | 1000001 | 1011101 | 11011100 | 1000110 | 111010 | 0 | 1110 | 11100101 | 1000101 | 111000 |
Color Harmonies of #415DDC
Complementary color
Monochromatic Colors of #415DDC
Black with #415DDC
Text Example
Text Example
White with #415DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415DDC; }
p { color: rgb(65,93,220); }
H1.HeaderClassName
{
color: #415DDC;
}
.AnyTagClassName
{
color: #415DDC;
}
</style>
background-color css
<style>
a { background-color: #415DDC; }
a { background-color: rgb(65,93,220); }
div.DivClassName
{
background-color: #415DDC;
}
.BgClassName
{
background-color: #415DDC;
}
</style>
border-color css
<style>
span { border-color: #415DDC; }
span { border-color: rgb(65,93,220); }
td.TdClassName
{
border-color: #415DDC;
}
.TagClassName
{
border-color: #415DDC;
}
</style>