Html Css Color HEX #407ED5 Royal Blue

📋 copy color: '#407ED5'

red 64 ◦ green 126 ◦ blue 213

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

Shades of Royal Blue #407ED5

Tints of Royal Blue #407ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 15.88%
G = 31.27%
B = 52.85%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#407ED5 (or 0x407ED5) is known color: Royal Blue. HEX triplet: 40, 7E and D5. RGB value is (64,126,213). Sum of RGB (Red+Green+Blue) = 64+126+213=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #407ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ED5 is #BF812A. Grayscale: #747474. Windows color (decimal): -12550443 or 13991488. OLE color: 13991488.

HSL color Cylindrical-coordinate representation of color #407ED5: hue angle of 215.03º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #407ED5 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 126 213 -
CMYK 0.70 0.41 0 0.16
HSL 215.03º 0.64% 0.54% -
HSV(B) 215.03º 0.7% 0.84% -
XYZ 21.59 20.82 65.83 -
YUV 117.38 181.96 89.93 -
System Red Green Blue C M Y K H S L
Decimal 64 126 213 0.70 0.41 0 0.16 215.03 0.64 0.54
Hex 40 7E D5 46 29 0 10 D7 40 36
Octal 100 176 325 106 51 0 20 327 100 66
Binary 1000000 1111110 11010101 1000110 101001 0 10000 11010111 1000000 110110

Color Harmonies of #407ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ED5

Black with #407ED5

Text Example


Text Example

White with #407ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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