#416AD5

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

Shades of Royal Blue #416AD5

Tints of Royal Blue #416AD5

Color information

#416AD5 (or 0x416AD5) is unknown color: approx Royal Blue. HEX triplet: 41, 6A and D5. RGB value is (65,106,213). Sum of RGB (Red+Green+Blue) = 65+106+213=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #416AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416AD5 is #BE952A. Grayscale: #696969. Windows color (decimal): -12490027 or 13986369. OLE color: 13986369.

HSL color Cylindrical-coordinate representation of color #416AD5: hue angle of 223.38º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416AD5 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB65106213-
CMYK0.690.5000.16
HSL223.38º63.79%54.51%-
HSV(B)223.38º69.48%83.53%-
XYZ19.3416.2465.07-
YUV105.94188.4298.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.93%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 213 (83.59% from 255) = 55.47%
R=16.93%
G=27.60%
B=55.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal651062130.690.5000.16223.3863.7954.51
Hex416AD54532010df4037
Octal1011523251056202033710067
Binary10000011101010110101011000101110010010000110111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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