Html Css Color HEX #405FE1 Royal Blue

📋 copy color: '#405FE1'

red 64 ◦ green 95 ◦ blue 225

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

Shades of Royal Blue #405FE1

Tints of Royal Blue #405FE1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 225 (88.28% from 255) = 58.59%

R = 16.67%
G = 24.74%
B = 58.59%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#405FE1 (or 0x405FE1) is known color: Royal Blue. HEX triplet: 40, 5F and E1. RGB value is (64,95,225). Sum of RGB (Red+Green+Blue) = 64+95+225=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 225 (88.28% from 255 or 58.59% from 384); Max value from RGB is 225 - color contains mainly: blue. Hex color #405FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FE1 is #BFA01E. Grayscale: #646464. Windows color (decimal): -12558367 or 14769984. OLE color: 14769984.

HSL color Cylindrical-coordinate representation of color #405FE1: hue angle of 228.45º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405FE1 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 95 225 -
CMYK 0.72 0.58 0 0.12
HSL 228.45º 0.73% 0.57% -
HSV(B) 228.45º 0.72% 0.88% -
XYZ 19.8 14.71 73.03 -
YUV 100.55 198.23 101.93 -
System Red Green Blue C M Y K H S L
Decimal 64 95 225 0.72 0.58 0 0.12 228.45 0.73 0.57
Hex 40 5F E1 48 3A 0 C E4 49 39
Octal 100 137 341 110 72 0 14 344 111 71
Binary 1000000 1011111 11100001 1001000 111010 0 1100 11100100 1001001 111001

Color Harmonies of #405FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FE1

Black with #405FE1

Text Example


Text Example

White with #405FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,95,225); }

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

background-color css

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

 a { background-color: rgb(64,95,225); }

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

border-color css

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

 span { border-color: rgb(64,95,225); }

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