Html Css Color HEX #4064EA Royal Blue

📋 copy color: '#4064EA'

red 64 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #4064EA

Tints of Royal Blue #4064EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.79%

R = 16.08%
G = 25.13%
B = 58.79%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4064EA (or 0x4064EA) is known color: Royal Blue. HEX triplet: 40, 64 and EA. RGB value is (64,100,234). Sum of RGB (Red+Green+Blue) = 64+100+234=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #4064EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064EA is #BF9B15. Grayscale: #676767. Windows color (decimal): -12557078 or 15361088. OLE color: 15361088.

HSL color Cylindrical-coordinate representation of color #4064EA: hue angle of 227.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4064EA is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 100 234 -
CMYK 0.73 0.57 0 0.08
HSL 227.29º 0.8% 0.58% -
HSV(B) 227.29º 0.73% 0.92% -
XYZ 21.52 16.14 79.82 -
YUV 104.51 201.07 99.1 -
System Red Green Blue C M Y K H S L
Decimal 64 100 234 0.73 0.57 0 0.08 227.29 0.8 0.58
Hex 40 64 EA 49 39 0 8 E3 50 3A
Octal 100 144 352 111 71 0 10 343 120 72
Binary 1000000 1100100 11101010 1001001 111001 0 1000 11100011 1010000 111010

Color Harmonies of #4064EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064EA

Black with #4064EA

Text Example


Text Example

White with #4064EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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