Html Css Color HEX #407EDD Royal Blue

📋 copy color: '#407EDD'

red 64 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #407EDD

Tints of Royal Blue #407EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 15.57%
G = 30.66%
B = 53.77%

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

#407EDD (or 0x407EDD) is known color: Royal Blue. HEX triplet: 40, 7E and DD. RGB value is (64,126,221). Sum of RGB (Red+Green+Blue) = 64+126+221=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #407EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EDD is #BF8122. Grayscale: #757575. Windows color (decimal): -12550435 or 14515776. OLE color: 14515776.

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

Color convert

RGB 64 126 221 -
CMYK 0.71 0.43 0 0.13
HSL 216.31º 0.7% 0.56% -
HSV(B) 216.31º 0.71% 0.87% -
XYZ 22.63 21.23 71.31 -
YUV 118.29 185.96 89.28 -
System Red Green Blue C M Y K H S L
Decimal 64 126 221 0.71 0.43 0 0.13 216.31 0.7 0.56
Hex 40 7E DD 47 2B 0 D D8 46 38
Octal 100 176 335 107 53 0 15 330 106 70
Binary 1000000 1111110 11011101 1000111 101011 0 1101 11011000 1000110 111000

Color Harmonies of #407EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EDD

Black with #407EDD

Text Example


Text Example

White with #407EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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