#407DEC

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

Shades of Royal Blue #407DEC

Tints of Royal Blue #407DEC

Color information

#407DEC (or 0x407DEC) is unknown color: approx Royal Blue. HEX triplet: 40, 7D and EC. RGB value is (64,125,236). Sum of RGB (Red+Green+Blue) = 64+125+236=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #407DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEC is #BF8213. Grayscale: #767676. Windows color (decimal): -12550676 or 15498560. OLE color: 15498560.

HSL color Cylindrical-coordinate representation of color #407DEC: hue angle of 218.72º degrees, saturation: 0.82, 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 #407DEC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB64125236-
CMYK0.730.4700.07
HSL218.72º81.9%58.82%-
HSV(B)218.72º72.88%92.55%-
XYZ24.5921.8182.27-
YUV119.42193.7988.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=15.06%
G=29.41%
B=55.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal641252360.730.4700.07218.7281.958.82
Hex407DEC492F07db523b
Octal100175354111570733312273
Binary100000011111011110110010010011011110111110110111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407DEC; }

 p { color: rgb(64,125,236); }

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

<style>
 a { background-color: #407DEC; }

 a { background-color: rgb(64,125,236); }

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

<style>
 span { border-color: #407DEC; }

 span { border-color: rgb(64,125,236); }

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