#407CEF

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

Shades of Royal Blue #407CEF

Tints of Royal Blue #407CEF

Color information

#407CEF (or 0x407CEF) is unknown color: approx Royal Blue. HEX triplet: 40, 7C and EF. RGB value is (64,124,239). Sum of RGB (Red+Green+Blue) = 64+124+239=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #407CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CEF is #BF8310. Grayscale: #767676. Windows color (decimal): -12550929 or 15694912. OLE color: 15694912.

HSL color Cylindrical-coordinate representation of color #407CEF: hue angle of 219.43º 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 #407CEF is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB64124239-
CMYK0.730.4800.06
HSL219.43º84.54%59.41%-
HSV(B)219.43º73.22%93.73%-
XYZ24.921.7484.54-
YUV119.17195.6288.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.99%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 239 (93.75% from 255) = 55.97%
R=14.99%
G=29.04%
B=55.97%

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
Decimal641242390.730.4800.06219.4384.5459.41
Hex407CEF493006db553b
Octal100174357111600633312573
Binary100000011111001110111110010011100000110110110111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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