Shades of Royal Blue #4082FC
Tints of Royal Blue #4082FC
RGB
CMYK
RGB Variations
Color information
#4082FC (or 0x4082FC) is known color: Royal Blue. HEX triplet: 40, 82 and FC. RGB value is (64,130,252). Sum of RGB (Red+Green+Blue) = 64+130+252=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #4082FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4082FC is #BF7D03. Grayscale: #7B7B7B. Windows color (decimal): -12549380 or 16548416. OLE color: 16548416.
HSL color Cylindrical-coordinate representation of color #4082FC: hue angle of 218.94º degrees, saturation: 0.97, 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 #4082FC is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 130 | 252 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.01 |
| HSL | 218.94º | 0.97% | 0.62% | - |
| HSV(B) | 218.94º | 0.75% | 0.99% | - |
| XYZ | 27.67 | 24.08 | 95.29 | - |
| YUV | 124.17 | 200.13 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 252 | 0.75 | 0.48 | 0 | 0.01 | 218.94 | 0.97 | 0.62 |
| Hex | 40 | 82 | FC | 4B | 30 | 0 | 1 | DB | 61 | 3E |
| Octal | 100 | 202 | 374 | 113 | 60 | 0 | 1 | 333 | 141 | 76 |
| Binary | 1000000 | 10000010 | 11111100 | 1001011 | 110000 | 0 | 1 | 11011011 | 1100001 | 111110 |
Color Harmonies of #4082FC
Complementary color
Monochromatic Colors of #4082FC
Black with #4082FC
Text Example
Text Example
White with #4082FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082FC; }
p { color: rgb(64,130,252); }
H1.HeaderClassName
{
color: #4082FC;
}
.AnyTagClassName
{
color: #4082FC;
}
</style>
background-color css
<style>
a { background-color: #4082FC; }
a { background-color: rgb(64,130,252); }
div.DivClassName
{
background-color: #4082FC;
}
.BgClassName
{
background-color: #4082FC;
}
</style>
border-color css
<style>
span { border-color: #4082FC; }
span { border-color: rgb(64,130,252); }
td.TdClassName
{
border-color: #4082FC;
}
.TagClassName
{
border-color: #4082FC;
}
</style>