Html Css Color HEX #405ADE Royal Blue

📋 copy color: '#405ADE'

red 64 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #405ADE

Tints of Royal Blue #405ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 17.02%
G = 23.94%
B = 59.04%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#405ADE (or 0x405ADE) is known color: Royal Blue. HEX triplet: 40, 5A and DE. RGB value is (64,90,222). Sum of RGB (Red+Green+Blue) = 64+90+222=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #405ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405ADE is #BFA521. Grayscale: #606060. Windows color (decimal): -12559650 or 14572096. OLE color: 14572096.

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

Color convert

RGB 64 90 222 -
CMYK 0.71 0.59 0 0.13
HSL 230.13º 0.71% 0.56% -
HSV(B) 230.13º 0.71% 0.87% -
XYZ 18.96 13.68 70.75 -
YUV 97.27 198.39 104.27 -
System Red Green Blue C M Y K H S L
Decimal 64 90 222 0.71 0.59 0 0.13 230.13 0.71 0.56
Hex 40 5A DE 47 3B 0 D E6 47 38
Octal 100 132 336 107 73 0 15 346 107 70
Binary 1000000 1011010 11011110 1000111 111011 0 1101 11100110 1000111 111000

Color Harmonies of #405ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405ADE

Black with #405ADE

Text Example


Text Example

White with #405ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,90,222); }

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

background-color css

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

 a { background-color: rgb(64,90,222); }

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

border-color css

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

 span { border-color: rgb(64,90,222); }

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