Shades of Royal Blue #4082FD
Tints of Royal Blue #4082FD
RGB
CMYK
RGB Variations
Color information
#4082FD (or 0x4082FD) is known color: Royal Blue. HEX triplet: 40, 82 and FD. RGB value is (64,130,253). Sum of RGB (Red+Green+Blue) = 64+130+253=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #4082FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4082FD is #BF7D02. Grayscale: #7B7B7B. Windows color (decimal): -12549379 or 16613952. OLE color: 16613952.
HSL color Cylindrical-coordinate representation of color #4082FD: hue angle of 219.05º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4082FD is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 130 | 253 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.01 |
| HSL | 219.05º | 0.98% | 0.62% | - |
| HSV(B) | 219.05º | 0.75% | 0.99% | - |
| XYZ | 27.83 | 24.15 | 96.12 | - |
| YUV | 124.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 253 | 0.75 | 0.49 | 0 | 0.01 | 219.05 | 0.98 | 0.62 |
| Hex | 40 | 82 | FD | 4B | 31 | 0 | 1 | DB | 62 | 3E |
| Octal | 100 | 202 | 375 | 113 | 61 | 0 | 1 | 333 | 142 | 76 |
| Binary | 1000000 | 10000010 | 11111101 | 1001011 | 110001 | 0 | 1 | 11011011 | 1100010 | 111110 |
Color Harmonies of #4082FD
Complementary color
Monochromatic Colors of #4082FD
Black with #4082FD
Text Example
Text Example
White with #4082FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082FD; }
p { color: rgb(64,130,253); }
H1.HeaderClassName
{
color: #4082FD;
}
.AnyTagClassName
{
color: #4082FD;
}
</style>
background-color css
<style>
a { background-color: #4082FD; }
a { background-color: rgb(64,130,253); }
div.DivClassName
{
background-color: #4082FD;
}
.BgClassName
{
background-color: #4082FD;
}
</style>
border-color css
<style>
span { border-color: #4082FD; }
span { border-color: rgb(64,130,253); }
td.TdClassName
{
border-color: #4082FD;
}
.TagClassName
{
border-color: #4082FD;
}
</style>