#407FF3

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

Shades of Royal Blue #407FF3

Tints of Royal Blue #407FF3

Color information

#407FF3 (or 0x407FF3) is unknown color: approx Royal Blue. HEX triplet: 40, 7F and F3. RGB value is (64,127,243). Sum of RGB (Red+Green+Blue) = 64+127+243=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 243 (95.31% from 255 or 55.99% from 434); Max value from RGB is 243 - color contains mainly: blue. Hex color #407FF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FF3 is #BF800C. Grayscale: #787878. Windows color (decimal): -12550157 or 15957824. OLE color: 15957824.

HSL color Cylindrical-coordinate representation of color #407FF3: hue angle of 218.88º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #407FF3 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB64127243-
CMYK0.740.4800.05
HSL218.88º88.18%60.2%-
HSV(B)218.88º73.66%95.29%-
XYZ25.8822.7487.82-
YUV121.39196.6387.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.75%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 243 (95.31% from 255) = 55.99%
R=14.75%
G=29.26%
B=55.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal641272430.740.4800.05218.8888.1860.2
Hex407FF34A3005db583c
Octal100177363112600533313074
Binary100000011111111111001110010101100000101110110111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,127,243); }

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

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

 a { background-color: rgb(64,127,243); }

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

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

 span { border-color: rgb(64,127,243); }

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