#406EFB

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

Shades of Royal Blue #406EFB

Tints of Royal Blue #406EFB

Color information

#406EFB (or 0x406EFB) is unknown color: approx Royal Blue. HEX triplet: 40, 6E and FB. RGB value is (64,110,251). Sum of RGB (Red+Green+Blue) = 64+110+251=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #406EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EFB is #BF9104. Grayscale: #6F6F6F. Windows color (decimal): -12554501 or 16477760. OLE color: 16477760.

HSL color Cylindrical-coordinate representation of color #406EFB: hue angle of 225.24º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406EFB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64110251-
CMYK0.750.5600.02
HSL225.24º95.9%61.76%-
HSV(B)225.24º74.5%98.43%-
XYZ25.119.2193.65-
YUV112.32206.2693.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 251 (98.44% from 255) = 59.06%
R=15.06%
G=25.88%
B=59.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641102510.750.5600.02225.2495.961.76
Hex406EFB4B3802e1603e
Octal100156373113700234114076
Binary10000001101110111110111001011111000010111000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406EFB; }

 p { color: rgb(64,110,251); }

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

<style>
 a { background-color: #406EFB; }

 a { background-color: rgb(64,110,251); }

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

<style>
 span { border-color: #406EFB; }

 span { border-color: rgb(64,110,251); }

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