#406FFB

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

Shades of Royal Blue #406FFB

Tints of Royal Blue #406FFB

Color information

#406FFB (or 0x406FFB) is unknown color: approx Royal Blue. HEX triplet: 40, 6F and FB. RGB value is (64,111,251). Sum of RGB (Red+Green+Blue) = 64+111+251=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #406FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FFB is #BF9004. Grayscale: #707070. Windows color (decimal): -12554245 or 16478016. OLE color: 16478016.

HSL color Cylindrical-coordinate representation of color #406FFB: hue angle of 224.92º 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 #406FFB is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64111251-
CMYK0.750.5600.02
HSL224.92º95.9%61.76%-
HSV(B)224.92º74.5%98.43%-
XYZ25.2119.4293.69-
YUV112.91205.9393.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 111 (43.75% from 255) = 26.06%
BLUE value IS 251 (98.44% from 255) = 58.92%
R=15.02%
G=26.06%
B=58.92%

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
Decimal641112510.750.5600.02224.9295.961.76
Hex406FFB4B3802e1603e
Octal100157373113700234114076
Binary10000001101111111110111001011111000010111000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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