#407AF5

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

Shades of Royal Blue #407AF5

Tints of Royal Blue #407AF5

Color information

#407AF5 (or 0x407AF5) is unknown color: approx Royal Blue. HEX triplet: 40, 7A and F5. RGB value is (64,122,245). Sum of RGB (Red+Green+Blue) = 64+122+245=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #407AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AF5 is #BF850A. Grayscale: #767676. Windows color (decimal): -12551435 or 16087616. OLE color: 16087616.

HSL color Cylindrical-coordinate representation of color #407AF5: hue angle of 220.77º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407AF5 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB64122245-
CMYK0.740.5000.04
HSL220.77º90.05%60.59%-
HSV(B)220.77º73.88%96.08%-
XYZ25.5621.689.21-
YUV118.68199.2889-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.85%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 245 (96.09% from 255) = 56.84%
R=14.85%
G=28.31%
B=56.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal641222450.740.5000.04220.7790.0560.59
Hex407AF54A3204dd5a3d
Octal100172365112620433513275
Binary100000011110101111010110010101100100100110111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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