Shades of Royal Blue #4082DD
Tints of Royal Blue #4082DD
RGB
CMYK
RGB Variations
Color information
#4082DD (or 0x4082DD) is known color: Royal Blue. HEX triplet: 40, 82 and DD. RGB value is (64,130,221). Sum of RGB (Red+Green+Blue) = 64+130+221=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #4082DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082DD is #BF7D22. Grayscale: #787878. Windows color (decimal): -12549411 or 14516800. OLE color: 14516800.
HSL color Cylindrical-coordinate representation of color #4082DD: hue angle of 214.78º 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 #4082DD is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 130 | 221 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.13 |
| HSL | 214.78º | 0.7% | 0.56% | - |
| HSV(B) | 214.78º | 0.71% | 0.87% | - |
| XYZ | 23.15 | 22.28 | 71.49 | - |
| YUV | 120.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 221 | 0.71 | 0.41 | 0 | 0.13 | 214.78 | 0.7 | 0.56 |
| Hex | 40 | 82 | DD | 47 | 29 | 0 | D | D7 | 46 | 38 |
| Octal | 100 | 202 | 335 | 107 | 51 | 0 | 15 | 327 | 106 | 70 |
| Binary | 1000000 | 10000010 | 11011101 | 1000111 | 101001 | 0 | 1101 | 11010111 | 1000110 | 111000 |
Color Harmonies of #4082DD
Complementary color
Monochromatic Colors of #4082DD
Black with #4082DD
Text Example
Text Example
White with #4082DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082DD; }
p { color: rgb(64,130,221); }
H1.HeaderClassName
{
color: #4082DD;
}
.AnyTagClassName
{
color: #4082DD;
}
</style>
background-color css
<style>
a { background-color: #4082DD; }
a { background-color: rgb(64,130,221); }
div.DivClassName
{
background-color: #4082DD;
}
.BgClassName
{
background-color: #4082DD;
}
</style>
border-color css
<style>
span { border-color: #4082DD; }
span { border-color: rgb(64,130,221); }
td.TdClassName
{
border-color: #4082DD;
}
.TagClassName
{
border-color: #4082DD;
}
</style>