#407DEF

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

Shades of Royal Blue #407DEF

Tints of Royal Blue #407DEF

Color information

#407DEF (or 0x407DEF) is unknown color: approx Royal Blue. HEX triplet: 40, 7D and EF. RGB value is (64,125,239). Sum of RGB (Red+Green+Blue) = 64+125+239=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #407DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEF is #BF8210. Grayscale: #777777. Windows color (decimal): -12550673 or 15695168. OLE color: 15695168.

HSL color Cylindrical-coordinate representation of color #407DEF: hue angle of 219.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407DEF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB64125239-
CMYK0.730.4800.06
HSL219.09º84.54%59.41%-
HSV(B)219.09º73.22%93.73%-
XYZ25.0321.9984.59-
YUV119.76195.2988.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.95%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 239 (93.75% from 255) = 55.84%
R=14.95%
G=29.21%
B=55.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal641252390.730.4800.06219.0984.5459.41
Hex407DEF493006db553b
Octal100175357111600633312573
Binary100000011111011110111110010011100000110110110111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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