Html Css Color HEX #406FE1 Royal Blue

📋 copy color: '#406FE1'

red 64 ◦ green 111 ◦ blue 225

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

Shades of Royal Blue #406FE1

Tints of Royal Blue #406FE1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 16%
G = 27.75%
B = 56.25%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#406FE1 (or 0x406FE1) is known color: Royal Blue. HEX triplet: 40, 6F and E1. RGB value is (64,111,225). Sum of RGB (Red+Green+Blue) = 64+111+225=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #406FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FE1 is #BF901E. Grayscale: #6D6D6D. Windows color (decimal): -12554271 or 14774080. OLE color: 14774080.

HSL color Cylindrical-coordinate representation of color #406FE1: hue angle of 222.48º 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 #406FE1 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 111 225 -
CMYK 0.72 0.51 0 0.12
HSL 222.48º 0.73% 0.57% -
HSV(B) 222.48º 0.72% 0.88% -
XYZ 21.39 17.9 73.56 -
YUV 109.94 192.93 95.23 -
System Red Green Blue C M Y K H S L
Decimal 64 111 225 0.72 0.51 0 0.12 222.48 0.73 0.57
Hex 40 6F E1 48 33 0 C DE 49 39
Octal 100 157 341 110 63 0 14 336 111 71
Binary 1000000 1101111 11100001 1001000 110011 0 1100 11011110 1001001 111001

Color Harmonies of #406FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FE1

Black with #406FE1

Text Example


Text Example

White with #406FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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