#416CE5

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

Shades of Royal Blue #416CE5

Tints of Royal Blue #416CE5

Color information

#416CE5 (or 0x416CE5) is unknown color: approx Royal Blue. HEX triplet: 41, 6C and E5. RGB value is (65,108,229). Sum of RGB (Red+Green+Blue) = 65+108+229=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #416CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CE5 is #BE931A. Grayscale: #6C6C6C. Windows color (decimal): -12489499 or 15035457. OLE color: 15035457.

HSL color Cylindrical-coordinate representation of color #416CE5: hue angle of 224.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416CE5 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB65108229-
CMYK0.720.5300.10
HSL224.27º75.93%57.65%-
HSV(B)224.27º71.62%89.8%-
XYZ21.6917.5176.36-
YUV108.94195.7596.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.17%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 229 (89.84% from 255) = 56.97%
R=16.17%
G=26.87%
B=56.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal651082290.720.5300.10224.2775.9357.65
Hex416CE548350Ae04c3a
Octal1011543451106501234011472
Binary1000001110110011100101100100011010101010111000001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,108,229); }

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

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

 a { background-color: rgb(65,108,229); }

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

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

 span { border-color: rgb(65,108,229); }

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