#407AE7

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

Shades of Royal Blue #407AE7

Tints of Royal Blue #407AE7

Color information

#407AE7 (or 0x407AE7) is unknown color: approx Royal Blue. HEX triplet: 40, 7A and E7. RGB value is (64,122,231). Sum of RGB (Red+Green+Blue) = 64+122+231=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 231 (90.62% from 255 or 55.40% from 417); Max value from RGB is 231 - color contains mainly: blue. Hex color #407AE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AE7 is #BF8518. Grayscale: #747474. Windows color (decimal): -12551449 or 15170112. OLE color: 15170112.

HSL color Cylindrical-coordinate representation of color #407AE7: hue angle of 219.16º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407AE7 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB64122231-
CMYK0.720.4700.09
HSL219.16º77.67%57.84%-
HSV(B)219.16º72.29%90.59%-
XYZ23.520.7878.37-
YUV117.08192.2890.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 122 (48.05% from 255) = 29.26%
BLUE value IS 231 (90.62% from 255) = 55.40%
R=15.35%
G=29.26%
B=55.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal641222310.720.4700.09219.1677.6757.84
Hex407AE7482F09db4e3a
Octal1001723471105701133311672
Binary1000000111101011100111100100010111101001110110111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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