Html Css Color HEX #405AEF Royal Blue

📋 copy color: '#405AEF'

red 64 ◦ green 90 ◦ blue 239

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

Shades of Royal Blue #405AEF

Tints of Royal Blue #405AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 16.28%
G = 22.9%
B = 60.81%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#405AEF (or 0x405AEF) is known color: Royal Blue. HEX triplet: 40, 5A and EF. RGB value is (64,90,239). Sum of RGB (Red+Green+Blue) = 64+90+239=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #405AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AEF is #BFA510. Grayscale: #626262. Windows color (decimal): -12559633 or 15686208. OLE color: 15686208.

HSL color Cylindrical-coordinate representation of color #405AEF: hue angle of 231.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405AEF is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 90 239 -
CMYK 0.73 0.62 0 0.06
HSL 231.09º 0.85% 0.59% -
HSV(B) 231.09º 0.73% 0.94% -
XYZ 21.35 14.63 83.36 -
YUV 99.21 206.89 102.88 -
System Red Green Blue C M Y K H S L
Decimal 64 90 239 0.73 0.62 0 0.06 231.09 0.85 0.59
Hex 40 5A EF 49 3E 0 6 E7 55 3B
Octal 100 132 357 111 76 0 6 347 125 73
Binary 1000000 1011010 11101111 1001001 111110 0 110 11100111 1010101 111011

Color Harmonies of #405AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405AEF

Black with #405AEF

Text Example


Text Example

White with #405AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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