Html Css Color HEX #405EDF Royal Blue

📋 copy color: '#405EDF'

red 64 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #405EDF

Tints of Royal Blue #405EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.53%

R = 16.8%
G = 24.67%
B = 58.53%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#405EDF (or 0x405EDF) is known color: Royal Blue. HEX triplet: 40, 5E and DF. RGB value is (64,94,223). Sum of RGB (Red+Green+Blue) = 64+94+223=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #405EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405EDF is #BFA120. Grayscale: #636363. Windows color (decimal): -12558625 or 14638656. OLE color: 14638656.

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

Color convert

RGB 64 94 223 -
CMYK 0.71 0.58 0 0.13
HSL 228.68º 0.71% 0.56% -
HSV(B) 228.68º 0.71% 0.87% -
XYZ 19.44 14.42 71.57 -
YUV 99.74 197.56 102.51 -
System Red Green Blue C M Y K H S L
Decimal 64 94 223 0.71 0.58 0 0.13 228.68 0.71 0.56
Hex 40 5E DF 47 3A 0 D E5 47 38
Octal 100 136 337 107 72 0 15 345 107 70
Binary 1000000 1011110 11011111 1000111 111010 0 1101 11100101 1000111 111000

Color Harmonies of #405EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EDF

Black with #405EDF

Text Example


Text Example

White with #405EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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