#416CED

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

Shades of Royal Blue #416CED

Tints of Royal Blue #416CED

Color information

#416CED (or 0x416CED) is unknown color: approx Royal Blue. HEX triplet: 41, 6C and ED. RGB value is (65,108,237). Sum of RGB (Red+Green+Blue) = 65+108+237=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #416CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416CED is #BE9312. Grayscale: #6D6D6D. Windows color (decimal): -12489491 or 15559745. OLE color: 15559745.

HSL color Cylindrical-coordinate representation of color #416CED: hue angle of 225º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416CED is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB65108237-
CMYK0.730.5400.07
HSL225º82.69%59.22%-
HSV(B)225º72.57%92.94%-
XYZ22.8317.9682.38-
YUV109.85199.7596.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 108 (42.58% from 255) = 26.34%
BLUE value IS 237 (92.97% from 255) = 57.80%
R=15.85%
G=26.34%
B=57.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal651082370.730.5400.0722582.6959.22
Hex416CED493607e1533b
Octal101154355111660734112373
Binary100000111011001110110110010011101100111111000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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