Html Css Color HEX #407ED4 Royal Blue

📋 copy color: '#407ED4'

red 64 ◦ green 126 ◦ blue 212

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

Shades of Royal Blue #407ED4

Tints of Royal Blue #407ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 52.74%

R = 15.92%
G = 31.34%
B = 52.74%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#407ED4 (or 0x407ED4) is known color: Royal Blue. HEX triplet: 40, 7E and D4. RGB value is (64,126,212). Sum of RGB (Red+Green+Blue) = 64+126+212=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 212 (83.20% from 255 or 52.74% from 402); Max value from RGB is 212 - color contains mainly: blue. Hex color #407ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ED4 is #BF812B. Grayscale: #747474. Windows color (decimal): -12550444 or 13925952. OLE color: 13925952.

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

Color convert

RGB 64 126 212 -
CMYK 0.70 0.41 0 0.17
HSL 214.86º 0.63% 0.54% -
HSV(B) 214.86º 0.7% 0.83% -
XYZ 21.46 20.77 65.16 -
YUV 117.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 64 126 212 0.70 0.41 0 0.17 214.86 0.63 0.54
Hex 40 7E D4 46 29 0 11 D7 3F 36
Octal 100 176 324 106 51 0 21 327 77 66
Binary 1000000 1111110 11010100 1000110 101001 0 10001 11010111 111111 110110

Color Harmonies of #407ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407ED4

Black with #407ED4

Text Example


Text Example

White with #407ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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