Shades of Royal Blue #416AF4
Tints of Royal Blue #416AF4
RGB
CMYK
RGB Variations
Color information
#416AF4 (or 0x416AF4) is known color: Royal Blue. HEX triplet: 41, 6A and F4. RGB value is (65,106,244). Sum of RGB (Red+Green+Blue) = 65+106+244=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 244 (95.70% from 255 or 58.80% from 415); Max value from RGB is 244 - color contains mainly: blue. Hex color #416AF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AF4 is #BE950B. Grayscale: #6C6C6C. Windows color (decimal): -12489996 or 16017985. OLE color: 16017985.
HSL color Cylindrical-coordinate representation of color #416AF4: hue angle of 226.26º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416AF4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 106 | 244 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.04 |
| HSL | 226.26º | 0.89% | 0.61% | - |
| HSV(B) | 226.26º | 0.73% | 0.96% | - |
| XYZ | 23.66 | 17.96 | 87.81 | - |
| YUV | 109.47 | 203.92 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 244 | 0.73 | 0.57 | 0 | 0.04 | 226.26 | 0.89 | 0.61 |
| Hex | 41 | 6A | F4 | 49 | 39 | 0 | 4 | E2 | 59 | 3D |
| Octal | 101 | 152 | 364 | 111 | 71 | 0 | 4 | 342 | 131 | 75 |
| Binary | 1000001 | 1101010 | 11110100 | 1001001 | 111001 | 0 | 100 | 11100010 | 1011001 | 111101 |
Color Harmonies of #416AF4
Complementary color
Monochromatic Colors of #416AF4
Black with #416AF4
Text Example
Text Example
White with #416AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416AF4; }
p { color: rgb(65,106,244); }
H1.HeaderClassName
{
color: #416AF4;
}
.AnyTagClassName
{
color: #416AF4;
}
</style>
background-color css
<style>
a { background-color: #416AF4; }
a { background-color: rgb(65,106,244); }
div.DivClassName
{
background-color: #416AF4;
}
.BgClassName
{
background-color: #416AF4;
}
</style>
border-color css
<style>
span { border-color: #416AF4; }
span { border-color: rgb(65,106,244); }
td.TdClassName
{
border-color: #416AF4;
}
.TagClassName
{
border-color: #416AF4;
}
</style>