#407bde

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

Shades of Royal Blue #407BDE

Tints of Royal Blue #407BDE

Color information

#407BDE (or 0x407BDE) is unknown color: approx Royal Blue. HEX triplet: 40, 7B and DE. RGB value is (64,123,222). Sum of RGB (Red+Green+Blue) = 64+123+222=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #407BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BDE is #BF8421. Grayscale: #747474. Windows color (decimal): -12551202 or 14580544. OLE color: 14580544.

HSL color Cylindrical-coordinate representation of color #407BDE: hue angle of 217.59º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #407BDE is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB64123222-
CMYK0.710.4500.13
HSL217.59º70.54%56.08%-
HSV(B)217.59º71.17%87.06%-
XYZ22.3820.5371.89-
YUV116.64187.4590.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 222 (87.11% from 255) = 54.28%
R=15.65%
G=30.07%
B=54.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal641232220.710.4500.13217.5970.5456.08
Hex407BDE472D0Dda4738
Octal1001733361075501533210770
Binary1000000111101111011110100011110110101101110110101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,123,222); }

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

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

 a { background-color: rgb(64,123,222); }

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

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

 span { border-color: rgb(64,123,222); }

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