#407CF5

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

Shades of Royal Blue #407CF5

Tints of Royal Blue #407CF5

Color information

#407CF5 (or 0x407CF5) is unknown color: approx Royal Blue. HEX triplet: 40, 7C and F5. RGB value is (64,124,245). Sum of RGB (Red+Green+Blue) = 64+124+245=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #407CF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CF5 is #BF830A. Grayscale: #777777. Windows color (decimal): -12550923 or 16088128. OLE color: 16088128.

HSL color Cylindrical-coordinate representation of color #407CF5: hue angle of 220.11º 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 #407CF5 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB64124245-
CMYK0.740.4900.04
HSL220.11º90.05%60.59%-
HSV(B)220.11º73.88%96.08%-
XYZ25.822.189.29-
YUV119.85198.6288.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.78%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 245 (96.09% from 255) = 56.58%
R=14.78%
G=28.64%
B=56.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal641242450.740.4900.04220.1190.0560.59
Hex407CF54A3104dc5a3d
Octal100174365112610433413275
Binary100000011111001111010110010101100010100110111001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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