#416EEA

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

Shades of Royal Blue #416EEA

Tints of Royal Blue #416EEA

Color information

#416EEA (or 0x416EEA) is unknown color: approx Royal Blue. HEX triplet: 41, 6E and EA. RGB value is (65,110,234). Sum of RGB (Red+Green+Blue) = 65+110+234=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #416EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EEA is #BE9115. Grayscale: #6E6E6E. Windows color (decimal): -12488982 or 15363649. OLE color: 15363649.

HSL color Cylindrical-coordinate representation of color #416EEA: hue angle of 224.02º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #416EEA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB65110234-
CMYK0.720.5300.08
HSL224.02º80.09%58.63%-
HSV(B)224.02º72.22%91.76%-
XYZ22.6118.2280.17-
YUV110.68197.5995.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 234 (91.80% from 255) = 57.21%
R=15.89%
G=26.89%
B=57.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal651102340.720.5300.08224.0280.0958.63
Hex416EEA483508e0503b
Octal1011563521106501034012073
Binary1000001110111011101010100100011010101000111000001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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