Shades of Royal Blue #4182FA
Tints of Royal Blue #4182FA
RGB
CMYK
RGB Variations
Color information
#4182FA (or 0x4182FA) is known color: Royal Blue. HEX triplet: 41, 82 and FA. RGB value is (65,130,250). Sum of RGB (Red+Green+Blue) = 65+130+250=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #4182FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4182FA is #BE7D05. Grayscale: #7B7B7B. Windows color (decimal): -12483846 or 16417345. OLE color: 16417345.
HSL color Cylindrical-coordinate representation of color #4182FA: hue angle of 218.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4182FA is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 130 | 250 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.02 |
| HSL | 218.92º | 0.95% | 0.62% | - |
| HSV(B) | 218.92º | 0.74% | 0.98% | - |
| XYZ | 27.42 | 23.99 | 93.63 | - |
| YUV | 124.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 250 | 0.74 | 0.48 | 0 | 0.02 | 218.92 | 0.95 | 0.62 |
| Hex | 41 | 82 | FA | 4A | 30 | 0 | 2 | DB | 5F | 3E |
| Octal | 101 | 202 | 372 | 112 | 60 | 0 | 2 | 333 | 137 | 76 |
| Binary | 1000001 | 10000010 | 11111010 | 1001010 | 110000 | 0 | 10 | 11011011 | 1011111 | 111110 |
Color Harmonies of #4182FA
Complementary color
Monochromatic Colors of #4182FA
Black with #4182FA
Text Example
Text Example
White with #4182FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4182FA; }
p { color: rgb(65,130,250); }
H1.HeaderClassName
{
color: #4182FA;
}
.AnyTagClassName
{
color: #4182FA;
}
</style>
background-color css
<style>
a { background-color: #4182FA; }
a { background-color: rgb(65,130,250); }
div.DivClassName
{
background-color: #4182FA;
}
.BgClassName
{
background-color: #4182FA;
}
</style>
border-color css
<style>
span { border-color: #4182FA; }
span { border-color: rgb(65,130,250); }
td.TdClassName
{
border-color: #4182FA;
}
.TagClassName
{
border-color: #4182FA;
}
</style>