Html Css Color HEX #407EED Royal Blue

📋 copy color: '#407EED'

red 64 ◦ green 126 ◦ blue 237

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

Shades of Royal Blue #407EED

Tints of Royal Blue #407EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 14.99%
G = 29.51%
B = 55.5%

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

#407EED (or 0x407EED) is known color: Royal Blue. HEX triplet: 40, 7E and ED. RGB value is (64,126,237). Sum of RGB (Red+Green+Blue) = 64+126+237=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #407EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EED is #BF8112. Grayscale: #777777. Windows color (decimal): -12550419 or 15564352. OLE color: 15564352.

HSL color Cylindrical-coordinate representation of color #407EED: hue angle of 218.5º degrees, saturation: 0.83, 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 #407EED is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 126 237 -
CMYK 0.73 0.47 0 0.07
HSL 218.5º 0.83% 0.59% -
HSV(B) 218.5º 0.73% 0.93% -
XYZ 24.86 22.13 83.08 -
YUV 120.12 193.96 87.97 -
System Red Green Blue C M Y K H S L
Decimal 64 126 237 0.73 0.47 0 0.07 218.5 0.83 0.59
Hex 40 7E ED 49 2F 0 7 DA 53 3B
Octal 100 176 355 111 57 0 7 332 123 73
Binary 1000000 1111110 11101101 1001001 101111 0 111 11011010 1010011 111011

Color Harmonies of #407EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EED

Black with #407EED

Text Example


Text Example

White with #407EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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