Html Css Color HEX #406CE4 Royal Blue

📋 copy color: '#406CE4'

red 64 ◦ green 108 ◦ blue 228

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

Shades of Royal Blue #406CE4

Tints of Royal Blue #406CE4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27%

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

R = 16%
G = 27%
B = 57%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#406CE4 (or 0x406CE4) is known color: Royal Blue. HEX triplet: 40, 6C and E4. RGB value is (64,108,228). Sum of RGB (Red+Green+Blue) = 64+108+228=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #406CE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CE4 is #BF931B. Grayscale: #6C6C6C. Windows color (decimal): -12555036 or 14969920. OLE color: 14969920.

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

Color convert

RGB 64 108 228 -
CMYK 0.72 0.53 0 0.11
HSL 223.9º 0.75% 0.57% -
HSV(B) 223.9º 0.72% 0.89% -
XYZ 21.48 17.42 75.63 -
YUV 108.52 195.42 96.24 -
System Red Green Blue C M Y K H S L
Decimal 64 108 228 0.72 0.53 0 0.11 223.9 0.75 0.57
Hex 40 6C E4 48 35 0 B E0 4B 39
Octal 100 154 344 110 65 0 13 340 113 71
Binary 1000000 1101100 11100100 1001000 110101 0 1011 11100000 1001011 111001

Color Harmonies of #406CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CE4

Black with #406CE4

Text Example


Text Example

White with #406CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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