#416AFF

Color #416AFF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #416AFF

Tints of Royal Blue #416AFF

Color information

#416AFF (or 0x416AFF) is unknown color: approx Royal Blue. HEX triplet: 41, 6A and FF. RGB value is (65,106,255). Sum of RGB (Red+Green+Blue) = 65+106+255=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #416AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416AFF is #BE9500. Grayscale: #6E6E6E. Windows color (decimal): -12489985 or 16738881. OLE color: 16738881.

HSL color Cylindrical-coordinate representation of color #416AFF: hue angle of 227.05º 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 #416AFF is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB65106255-
CMYK0.750.5800
HSL227.05º100%62.75%-
HSV(B)227.05º74.51%100%-
XYZ25.3818.6596.87-
YUV110.73209.4295.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.26%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 255 (100% from 255) = 59.86%
R=15.26%
G=24.88%
B=59.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal651062550.750.5800227.0510062.75
Hex416AFF4B3A00e3643f
Octal101152377113720034314477
Binary1000001110101011111111100101111101000111000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416AFF; }

 p { color: rgb(65,106,255); }

 H1.HeaderClassName
 {
   color: #416AFF;
 }
 .AnyTagClassName
 {
   color: #416AFF;
 }
</style>
background-color css

<style>
 a { background-color: #416AFF; }

 a { background-color: rgb(65,106,255); }

 div.DivClassName
 {
   background-color: #416AFF;
 }
 .BgClassName
 {
   background-color: #416AFF;
 }
</style>
border-color css

<style>
 span { border-color: #416AFF; }

 span { border-color: rgb(65,106,255); }

 td.TdClassName
 {
   border-color: #416AFF;
 }
 .TagClassName
 {
   border-color: #416AFF;
 }
</style>