Html Css Color HEX #405EE1 Royal Blue

📋 copy color: '#405EE1'

red 64 ◦ green 94 ◦ blue 225

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

Shades of Royal Blue #405EE1

Tints of Royal Blue #405EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

 BLUE value IS 225 (88.28% from 255) = 58.75%

R = 16.71%
G = 24.54%
B = 58.75%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#405EE1 (or 0x405EE1) is known color: Royal Blue. HEX triplet: 40, 5E and E1. RGB value is (64,94,225). Sum of RGB (Red+Green+Blue) = 64+94+225=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #405EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EE1 is #BFA11E. Grayscale: #636363. Windows color (decimal): -12558623 or 14769728. OLE color: 14769728.

HSL color Cylindrical-coordinate representation of color #405EE1: hue angle of 228.82º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405EE1 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 94 225 -
CMYK 0.72 0.58 0 0.12
HSL 228.82º 0.73% 0.57% -
HSV(B) 228.82º 0.72% 0.88% -
XYZ 19.71 14.53 73 -
YUV 99.96 198.56 102.35 -
System Red Green Blue C M Y K H S L
Decimal 64 94 225 0.72 0.58 0 0.12 228.82 0.73 0.57
Hex 40 5E E1 48 3A 0 C E5 49 39
Octal 100 136 341 110 72 0 14 345 111 71
Binary 1000000 1011110 11100001 1001000 111010 0 1100 11100101 1001001 111001

Color Harmonies of #405EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EE1

Black with #405EE1

Text Example


Text Example

White with #405EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405EE1; }

 p { color: rgb(64,94,225); }

 H1.HeaderClassName
 {
   color: #405EE1;
 }
 .AnyTagClassName
 {
   color: #405EE1;
 }
</style>

background-color css

<style>
 a { background-color: #405EE1; }

 a { background-color: rgb(64,94,225); }

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

border-color css

<style>
 span { border-color: #405EE1; }

 span { border-color: rgb(64,94,225); }

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