Html Css Color HEX #406FE4 Royal Blue

📋 copy color: '#406FE4'

red 64 ◦ green 111 ◦ blue 228

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

Shades of Royal Blue #406FE4

Tints of Royal Blue #406FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 56.58%

R = 15.88%
G = 27.54%
B = 56.58%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#406FE4 (or 0x406FE4) is known color: Royal Blue. HEX triplet: 40, 6F and E4. RGB value is (64,111,228). Sum of RGB (Red+Green+Blue) = 64+111+228=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #406FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FE4 is #BF901B. Grayscale: #6D6D6D. Windows color (decimal): -12554268 or 14970688. OLE color: 14970688.

HSL color Cylindrical-coordinate representation of color #406FE4: hue angle of 222.8º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406FE4 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 111 228 -
CMYK 0.72 0.51 0 0.11
HSL 222.8º 0.75% 0.57% -
HSV(B) 222.8º 0.72% 0.89% -
XYZ 21.8 18.06 75.74 -
YUV 110.29 194.43 94.99 -
System Red Green Blue C M Y K H S L
Decimal 64 111 228 0.72 0.51 0 0.11 222.8 0.75 0.57
Hex 40 6F E4 48 33 0 B DF 4B 39
Octal 100 157 344 110 63 0 13 337 113 71
Binary 1000000 1101111 11100100 1001000 110011 0 1011 11011111 1001011 111001

Color Harmonies of #406FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FE4

Black with #406FE4

Text Example


Text Example

White with #406FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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