#407DFA

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

Shades of Royal Blue #407DFA

Tints of Royal Blue #407DFA

Color information

#407DFA (or 0x407DFA) is unknown color: approx Royal Blue. HEX triplet: 40, 7D and FA. RGB value is (64,125,250). Sum of RGB (Red+Green+Blue) = 64+125+250=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #407DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DFA is #BF8205. Grayscale: #787878. Windows color (decimal): -12550662 or 16416064. OLE color: 16416064.

HSL color Cylindrical-coordinate representation of color #407DFA: hue angle of 220.32º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407DFA is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64125250-
CMYK0.740.5000.02
HSL220.32º94.9%61.57%-
HSV(B)220.32º74.4%98.04%-
XYZ26.722.6693.41-
YUV121.01200.7987.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.58%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 250 (98.05% from 255) = 56.95%
R=14.58%
G=28.47%
B=56.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641252500.740.5000.02220.3294.961.57
Hex407DFA4A3202dc5f3e
Octal100175372112620233413776
Binary10000001111101111110101001010110010010110111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,125,250); }

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

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

 a { background-color: rgb(64,125,250); }

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

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

 span { border-color: rgb(64,125,250); }

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