Shades of Royal Blue #415BDD
Tints of Royal Blue #415BDD
RGB
CMYK
RGB Variations
Color information
#415BDD (or 0x415BDD) is known color: Royal Blue. HEX triplet: 41, 5B and DD. RGB value is (65,91,221). Sum of RGB (Red+Green+Blue) = 65+91+221=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #415BDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415BDD is #BEA422. Grayscale: #616161. Windows color (decimal): -12493859 or 14506817. OLE color: 14506817.
HSL color Cylindrical-coordinate representation of color #415BDD: hue angle of 230º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415BDD is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 91 | 221 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.13 |
| HSL | 230º | 0.7% | 0.56% | - |
| HSV(B) | 230º | 0.71% | 0.87% | - |
| XYZ | 18.97 | 13.83 | 70.08 | - |
| YUV | 98.05 | 197.39 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 221 | 0.71 | 0.59 | 0 | 0.13 | 230 | 0.7 | 0.56 |
| Hex | 41 | 5B | DD | 47 | 3B | 0 | D | E6 | 46 | 38 |
| Octal | 101 | 133 | 335 | 107 | 73 | 0 | 15 | 346 | 106 | 70 |
| Binary | 1000001 | 1011011 | 11011101 | 1000111 | 111011 | 0 | 1101 | 11100110 | 1000110 | 111000 |
Color Harmonies of #415BDD
Complementary color
Monochromatic Colors of #415BDD
Black with #415BDD
Text Example
Text Example
White with #415BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415BDD; }
p { color: rgb(65,91,221); }
H1.HeaderClassName
{
color: #415BDD;
}
.AnyTagClassName
{
color: #415BDD;
}
</style>
background-color css
<style>
a { background-color: #415BDD; }
a { background-color: rgb(65,91,221); }
div.DivClassName
{
background-color: #415BDD;
}
.BgClassName
{
background-color: #415BDD;
}
</style>
border-color css
<style>
span { border-color: #415BDD; }
span { border-color: rgb(65,91,221); }
td.TdClassName
{
border-color: #415BDD;
}
.TagClassName
{
border-color: #415BDD;
}
</style>