Shades of Royal Blue #416AF3
Tints of Royal Blue #416AF3
RGB
CMYK
RGB Variations
Color information
#416AF3 (or 0x416AF3) is known color: Royal Blue. HEX triplet: 41, 6A and F3. RGB value is (65,106,243). Sum of RGB (Red+Green+Blue) = 65+106+243=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 243 (95.31% from 255 or 58.70% from 414); Max value from RGB is 243 - color contains mainly: blue. Hex color #416AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AF3 is #BE950C. Grayscale: #6C6C6C. Windows color (decimal): -12489997 or 15952449. OLE color: 15952449.
HSL color Cylindrical-coordinate representation of color #416AF3: hue angle of 226.18º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416AF3 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 106 | 243 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.05 |
| HSL | 226.18º | 0.88% | 0.6% | - |
| HSV(B) | 226.18º | 0.73% | 0.95% | - |
| XYZ | 23.51 | 17.9 | 87.01 | - |
| YUV | 109.36 | 203.42 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 243 | 0.73 | 0.56 | 0 | 0.05 | 226.18 | 0.88 | 0.6 |
| Hex | 41 | 6A | F3 | 49 | 38 | 0 | 5 | E2 | 58 | 3C |
| Octal | 101 | 152 | 363 | 111 | 70 | 0 | 5 | 342 | 130 | 74 |
| Binary | 1000001 | 1101010 | 11110011 | 1001001 | 111000 | 0 | 101 | 11100010 | 1011000 | 111100 |
Color Harmonies of #416AF3
Complementary color
Monochromatic Colors of #416AF3
Black with #416AF3
Text Example
Text Example
White with #416AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416AF3; }
p { color: rgb(65,106,243); }
H1.HeaderClassName
{
color: #416AF3;
}
.AnyTagClassName
{
color: #416AF3;
}
</style>
background-color css
<style>
a { background-color: #416AF3; }
a { background-color: rgb(65,106,243); }
div.DivClassName
{
background-color: #416AF3;
}
.BgClassName
{
background-color: #416AF3;
}
</style>
border-color css
<style>
span { border-color: #416AF3; }
span { border-color: rgb(65,106,243); }
td.TdClassName
{
border-color: #416AF3;
}
.TagClassName
{
border-color: #416AF3;
}
</style>