#416EC8

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

Shades of Royal Blue #416EC8

Tints of Royal Blue #416EC8

Color information

#416EC8 (or 0x416EC8) is unknown color: approx Royal Blue. HEX triplet: 41, 6E and C8. RGB value is (65,110,200). Sum of RGB (Red+Green+Blue) = 65+110+200=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #416EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EC8 is #BE9137. Grayscale: #6A6A6A. Windows color (decimal): -12489016 or 13135425. OLE color: 13135425.

HSL color Cylindrical-coordinate representation of color #416EC8: hue angle of 220º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416EC8 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65110200-
CMYK0.680.4500.22
HSL220º55.1%51.96%-
HSV(B)220º67.5%78.43%-
XYZ18.1816.4556.86-
YUV106.8180.5998.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 110 (43.36% from 255) = 29.33%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=17.33%
G=29.33%
B=53.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651102000.680.4500.2222055.151.96
Hex416EC8442D016dc3734
Octal101156310104550263346764
Binary1000001110111011001000100010010110101011011011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,110,200); }

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

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

 a { background-color: rgb(65,110,200); }

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

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

 span { border-color: rgb(65,110,200); }

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