#407AFF

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

Shades of Royal Blue #407AFF

Tints of Royal Blue #407AFF

Color information

#407AFF (or 0x407AFF) is unknown color: approx Royal Blue. HEX triplet: 40, 7A and FF. RGB value is (64,122,255). Sum of RGB (Red+Green+Blue) = 64+122+255=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #407AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AFF is #BF8500. Grayscale: #777777. Windows color (decimal): -12551425 or 16742976. OLE color: 16742976.

HSL color Cylindrical-coordinate representation of color #407AFF: hue angle of 221.78º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407AFF is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64122255-
CMYK0.750.5200
HSL221.78º100%62.55%-
HSV(B)221.78º74.9%100%-
XYZ27.1222.2397.47-
YUV119.82204.2888.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.51%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 255 (100% from 255) = 57.82%
R=14.51%
G=27.66%
B=57.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641222550.750.5200221.7810062.55
Hex407AFF4B3400de643f
Octal100172377113640033614477
Binary1000000111101011111111100101111010000110111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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