Shades of Royal Blue #4181FA
Tints of Royal Blue #4181FA
RGB
CMYK
RGB Variations
Color information
#4181FA (or 0x4181FA) is known color: Royal Blue. HEX triplet: 41, 81 and FA. RGB value is (65,129,250). Sum of RGB (Red+Green+Blue) = 65+129+250=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #4181FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4181FA is #BE7E05. Grayscale: #7B7B7B. Windows color (decimal): -12484102 or 16417089. OLE color: 16417089.
HSL color Cylindrical-coordinate representation of color #4181FA: hue angle of 219.24º 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 #4181FA is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 129 | 250 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.02 |
| HSL | 219.24º | 0.95% | 0.62% | - |
| HSV(B) | 219.24º | 0.74% | 0.98% | - |
| XYZ | 27.29 | 23.73 | 93.58 | - |
| YUV | 123.66 | 199.3 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 129 | 250 | 0.74 | 0.48 | 0 | 0.02 | 219.24 | 0.95 | 0.62 |
| Hex | 41 | 81 | FA | 4A | 30 | 0 | 2 | DB | 5F | 3E |
| Octal | 101 | 201 | 372 | 112 | 60 | 0 | 2 | 333 | 137 | 76 |
| Binary | 1000001 | 10000001 | 11111010 | 1001010 | 110000 | 0 | 10 | 11011011 | 1011111 | 111110 |
Color Harmonies of #4181FA
Complementary color
Monochromatic Colors of #4181FA
Black with #4181FA
Text Example
Text Example
White with #4181FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4181FA; }
p { color: rgb(65,129,250); }
H1.HeaderClassName
{
color: #4181FA;
}
.AnyTagClassName
{
color: #4181FA;
}
</style>
background-color css
<style>
a { background-color: #4181FA; }
a { background-color: rgb(65,129,250); }
div.DivClassName
{
background-color: #4181FA;
}
.BgClassName
{
background-color: #4181FA;
}
</style>
border-color css
<style>
span { border-color: #4181FA; }
span { border-color: rgb(65,129,250); }
td.TdClassName
{
border-color: #4181FA;
}
.TagClassName
{
border-color: #4181FA;
}
</style>