Html Css Color HEX #405CEA Royal Blue

📋 copy color: '#405CEA'

red 64 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #405CEA

Tints of Royal Blue #405CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

 BLUE value IS 234 (91.8% from 255) = 60%

R = 16.41%
G = 23.59%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#405CEA (or 0x405CEA) is known color: Royal Blue. HEX triplet: 40, 5C and EA. RGB value is (64,92,234). Sum of RGB (Red+Green+Blue) = 64+92+234=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #405CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CEA is #BFA315. Grayscale: #636363. Windows color (decimal): -12559126 or 15359040. OLE color: 15359040.

HSL color Cylindrical-coordinate representation of color #405CEA: hue angle of 230.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405CEA is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 92 234 -
CMYK 0.73 0.61 0 0.08
HSL 230.12º 0.8% 0.58% -
HSV(B) 230.12º 0.73% 0.92% -
XYZ 20.79 14.68 79.58 -
YUV 99.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 64 92 234 0.73 0.61 0 0.08 230.12 0.8 0.58
Hex 40 5C EA 49 3D 0 8 E6 50 3A
Octal 100 134 352 111 75 0 10 346 120 72
Binary 1000000 1011100 11101010 1001001 111101 0 1000 11100110 1010000 111010

Color Harmonies of #405CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405CEA

Black with #405CEA

Text Example


Text Example

White with #405CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,92,234); }

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

background-color css

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

 a { background-color: rgb(64,92,234); }

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

border-color css

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

 span { border-color: rgb(64,92,234); }

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