Html Css Color HEX #405EDC Royal Blue

📋 copy color: '#405EDC'

red 64 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #405EDC

Tints of Royal Blue #405EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 16.93%
G = 24.87%
B = 58.2%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#405EDC (or 0x405EDC) is known color: Royal Blue. HEX triplet: 40, 5E and DC. RGB value is (64,94,220). Sum of RGB (Red+Green+Blue) = 64+94+220=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #405EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EDC is #BFA123. Grayscale: #626262. Windows color (decimal): -12558628 or 14442048. OLE color: 14442048.

HSL color Cylindrical-coordinate representation of color #405EDC: hue angle of 228.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405EDC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 94 220 -
CMYK 0.71 0.57 0 0.14
HSL 228.46º 0.69% 0.56% -
HSV(B) 228.46º 0.71% 0.86% -
XYZ 19.04 14.26 69.46 -
YUV 99.39 196.06 102.75 -
System Red Green Blue C M Y K H S L
Decimal 64 94 220 0.71 0.57 0 0.14 228.46 0.69 0.56
Hex 40 5E DC 47 39 0 E E4 45 38
Octal 100 136 334 107 71 0 16 344 105 70
Binary 1000000 1011110 11011100 1000111 111001 0 1110 11100100 1000101 111000

Color Harmonies of #405EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EDC

Black with #405EDC

Text Example


Text Example

White with #405EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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