Html Css Color HEX #405AE8 Royal Blue

📋 copy color: '#405AE8'

red 64 ◦ green 90 ◦ blue 232

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

Shades of Royal Blue #405AE8

Tints of Royal Blue #405AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 60.1%

R = 16.58%
G = 23.32%
B = 60.1%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#405AE8 (or 0x405AE8) is known color: Royal Blue. HEX triplet: 40, 5A and E8. RGB value is (64,90,232). Sum of RGB (Red+Green+Blue) = 64+90+232=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 232 (91.02% from 255 or 60.10% from 386); Max value from RGB is 232 - color contains mainly: blue. Hex color #405AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AE8 is #BFA517. Grayscale: #616161. Windows color (decimal): -12559640 or 15227456. OLE color: 15227456.

HSL color Cylindrical-coordinate representation of color #405AE8: hue angle of 230.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405AE8 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 90 232 -
CMYK 0.72 0.61 0 0.09
HSL 230.71º 0.79% 0.58% -
HSV(B) 230.71º 0.72% 0.91% -
XYZ 20.34 14.23 78.02 -
YUV 98.41 203.39 103.45 -
System Red Green Blue C M Y K H S L
Decimal 64 90 232 0.72 0.61 0 0.09 230.71 0.79 0.58
Hex 40 5A E8 48 3D 0 9 E7 4F 3A
Octal 100 132 350 110 75 0 11 347 117 72
Binary 1000000 1011010 11101000 1001000 111101 0 1001 11100111 1001111 111010

Color Harmonies of #405AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405AE8

Black with #405AE8

Text Example


Text Example

White with #405AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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