Shades of Royal Blue #4182FF
Tints of Royal Blue #4182FF
RGB
CMYK
RGB Variations
Color information
#4182FF (or 0x4182FF) is known color: Royal Blue. HEX triplet: 41, 82 and FF. RGB value is (65,130,255). Sum of RGB (Red+Green+Blue) = 65+130+255=450 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #4182FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4182FF is #BE7D00. Grayscale: #7C7C7C. Windows color (decimal): -12483841 or 16745025. OLE color: 16745025.
HSL color Cylindrical-coordinate representation of color #4182FF: hue angle of 219.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4182FF is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 130 | 255 | - |
| CMYK | 0.75 | 0.49 | 0 | 0 |
| HSL | 219.47º | 1% | 0.63% | - |
| HSV(B) | 219.47º | 0.75% | 1% | - |
| XYZ | 28.21 | 24.31 | 97.81 | - |
| YUV | 124.82 | 201.47 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 255 | 0.75 | 0.49 | 0 | 0 | 219.47 | 1 | 0.63 |
| Hex | 41 | 82 | FF | 4B | 31 | 0 | 0 | DB | 64 | 3F |
| Octal | 101 | 202 | 377 | 113 | 61 | 0 | 0 | 333 | 144 | 77 |
| Binary | 1000001 | 10000010 | 11111111 | 1001011 | 110001 | 0 | 0 | 11011011 | 1100100 | 111111 |
Color Harmonies of #4182FF
Complementary color
Monochromatic Colors of #4182FF
Black with #4182FF
Text Example
Text Example
White with #4182FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4182FF; }
p { color: rgb(65,130,255); }
H1.HeaderClassName
{
color: #4182FF;
}
.AnyTagClassName
{
color: #4182FF;
}
</style>
background-color css
<style>
a { background-color: #4182FF; }
a { background-color: rgb(65,130,255); }
div.DivClassName
{
background-color: #4182FF;
}
.BgClassName
{
background-color: #4182FF;
}
</style>
border-color css
<style>
span { border-color: #4182FF; }
span { border-color: rgb(65,130,255); }
td.TdClassName
{
border-color: #4182FF;
}
.TagClassName
{
border-color: #4182FF;
}
</style>