Html Css Color HEX #407EEC Royal Blue

📋 copy color: '#407EEC'

red 64 ◦ green 126 ◦ blue 236

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

Shades of Royal Blue #407EEC

Tints of Royal Blue #407EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 15.02%
G = 29.58%
B = 55.4%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#407EEC (or 0x407EEC) is known color: Royal Blue. HEX triplet: 40, 7E and EC. RGB value is (64,126,236). Sum of RGB (Red+Green+Blue) = 64+126+236=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #407EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EEC is #BF8113. Grayscale: #777777. Windows color (decimal): -12550420 or 15498816. OLE color: 15498816.

HSL color Cylindrical-coordinate representation of color #407EEC: hue angle of 218.37º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407EEC is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 126 236 -
CMYK 0.73 0.47 0 0.07
HSL 218.37º 0.82% 0.59% -
HSV(B) 218.37º 0.73% 0.93% -
XYZ 24.72 22.07 82.31 -
YUV 120 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 64 126 236 0.73 0.47 0 0.07 218.37 0.82 0.59
Hex 40 7E EC 49 2F 0 7 DA 52 3B
Octal 100 176 354 111 57 0 7 332 122 73
Binary 1000000 1111110 11101100 1001001 101111 0 111 11011010 1010010 111011

Color Harmonies of #407EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EEC

Black with #407EEC

Text Example


Text Example

White with #407EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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