Html Css Color HEX #407EDE Royal Blue

📋 copy color: '#407EDE'

red 64 ◦ green 126 ◦ blue 222

#407EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #407EDE

Tints of Royal Blue #407EDE

RGB

 RED value IS 64 (25.39% from 255) = 15.53%

 GREEN value IS 126 (49.61% from 255) = 30.58%

 BLUE value IS 222 (87.11% from 255) = 53.88%

R = 15.53%
G = 30.58%
B = 53.88%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#407EDE (or 0x407EDE) is known color: Royal Blue. HEX triplet: 40, 7E and DE. RGB value is (64,126,222). Sum of RGB (Red+Green+Blue) = 64+126+222=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #407EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EDE is #BF8121. Grayscale: #757575. Windows color (decimal): -12550434 or 14581312. OLE color: 14581312.

HSL color Cylindrical-coordinate representation of color #407EDE: hue angle of 216.46º 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 #407EDE is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 126 222 -
CMYK 0.71 0.43 0 0.13
HSL 216.46º 0.71% 0.56% -
HSV(B) 216.46º 0.71% 0.87% -
XYZ 22.76 21.29 72.02 -
YUV 118.41 186.46 89.19 -
System Red Green Blue C M Y K H S L
Decimal 64 126 222 0.71 0.43 0 0.13 216.46 0.71 0.56
Hex 40 7E DE 47 2B 0 D D8 47 38
Octal 100 176 336 107 53 0 15 330 107 70
Binary 1000000 1111110 11011110 1000111 101011 0 1101 11011000 1000111 111000

Color Harmonies of #407EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EDE

Black with #407EDE

Text Example


Text Example

White with #407EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #407EDE;
 }
 .AnyTagClassName
 {
   color: #407EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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