Html Css Color HEX #4064EB Royal Blue

📋 copy color: '#4064EB'

red 64 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #4064EB

Tints of Royal Blue #4064EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 16.04%
G = 25.06%
B = 58.9%

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

#4064EB (or 0x4064EB) is known color: Royal Blue. HEX triplet: 40, 64 and EB. RGB value is (64,100,235). Sum of RGB (Red+Green+Blue) = 64+100+235=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #4064EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4064EB is #BF9B14. Grayscale: #686868. Windows color (decimal): -12557077 or 15426624. OLE color: 15426624.

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

Color convert

RGB 64 100 235 -
CMYK 0.73 0.57 0 0.08
HSL 227.37º 0.81% 0.59% -
HSV(B) 227.37º 0.73% 0.92% -
XYZ 21.67 16.2 80.58 -
YUV 104.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 64 100 235 0.73 0.57 0 0.08 227.37 0.81 0.59
Hex 40 64 EB 49 39 0 8 E3 51 3B
Octal 100 144 353 111 71 0 10 343 121 73
Binary 1000000 1100100 11101011 1001001 111001 0 1000 11100011 1010001 111011

Color Harmonies of #4064EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4064EB

Black with #4064EB

Text Example


Text Example

White with #4064EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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