#407AEC

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

Shades of Royal Blue #407AEC

Tints of Royal Blue #407AEC

Color information

#407AEC (or 0x407AEC) is unknown color: approx Royal Blue. HEX triplet: 40, 7A and EC. RGB value is (64,122,236). Sum of RGB (Red+Green+Blue) = 64+122+236=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #407AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AEC is #BF8513. Grayscale: #757575. Windows color (decimal): -12551444 or 15497792. OLE color: 15497792.

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

Color convert

RGB64122236-
CMYK0.730.4800.07
HSL219.77º81.9%58.82%-
HSV(B)219.77º72.88%92.55%-
XYZ24.2121.0782.15-
YUV117.65194.7889.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.17%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 236 (92.58% from 255) = 55.92%
R=15.17%
G=28.91%
B=55.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal641222360.730.4800.07219.7781.958.82
Hex407AEC493007dc523b
Octal100172354111600733412273
Binary100000011110101110110010010011100000111110111001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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