Html Css Color HEX #4064E0 Royal Blue

📋 copy color: '#4064E0'

red 64 ◦ green 100 ◦ blue 224

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

Shades of Royal Blue #4064E0

Tints of Royal Blue #4064E0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 16.49%
G = 25.77%
B = 57.73%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4064E0 (or 0x4064E0) is known color: Royal Blue. HEX triplet: 40, 64 and E0. RGB value is (64,100,224). Sum of RGB (Red+Green+Blue) = 64+100+224=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #4064E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4064E0 is #BF9B1F. Grayscale: #666666. Windows color (decimal): -12557088 or 14705728. OLE color: 14705728.

HSL color Cylindrical-coordinate representation of color #4064E0: hue angle of 226.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4064E0 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 100 224 -
CMYK 0.71 0.55 0 0.12
HSL 226.5º 0.72% 0.56% -
HSV(B) 226.5º 0.71% 0.88% -
XYZ 20.13 15.59 72.47 -
YUV 103.37 196.07 99.92 -
System Red Green Blue C M Y K H S L
Decimal 64 100 224 0.71 0.55 0 0.12 226.5 0.72 0.56
Hex 40 64 E0 47 37 0 C E2 48 38
Octal 100 144 340 107 67 0 14 342 110 70
Binary 1000000 1100100 11100000 1000111 110111 0 1100 11100010 1001000 111000

Color Harmonies of #4064E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064E0

Black with #4064E0

Text Example


Text Example

White with #4064E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4064E0; }

 p { color: rgb(64,100,224); }

 H1.HeaderClassName
 {
   color: #4064E0;
 }
 .AnyTagClassName
 {
   color: #4064E0;
 }
</style>

background-color css

<style>
 a { background-color: #4064E0; }

 a { background-color: rgb(64,100,224); }

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

border-color css

<style>
 span { border-color: #4064E0; }

 span { border-color: rgb(64,100,224); }

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