Html Css Color HEX #4164EA Royal Blue

📋 copy color: '#4164EA'

red 65 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #4164EA

Tints of Royal Blue #4164EA

RGB

 RED value IS 65 (25.78% from 255) = 16.29%

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

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

R = 16.29%
G = 25.06%
B = 58.65%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4164EA (or 0x4164EA) is known color: Royal Blue. HEX triplet: 41, 64 and EA. RGB value is (65,100,234). Sum of RGB (Red+Green+Blue) = 65+100+234=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #4164EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4164EA is #BE9B15. Grayscale: #686868. Windows color (decimal): -12491542 or 15361089. OLE color: 15361089.

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

Color convert

RGB 65 100 234 -
CMYK 0.72 0.57 0 0.08
HSL 227.57º 0.8% 0.59% -
HSV(B) 227.57º 0.72% 0.92% -
XYZ 21.59 16.18 79.83 -
YUV 104.81 200.9 99.6 -
System Red Green Blue C M Y K H S L
Decimal 65 100 234 0.72 0.57 0 0.08 227.57 0.8 0.59
Hex 41 64 EA 48 39 0 8 E4 50 3B
Octal 101 144 352 110 71 0 10 344 120 73
Binary 1000001 1100100 11101010 1001000 111001 0 1000 11100100 1010000 111011

Color Harmonies of #4164EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4164EA

Black with #4164EA

Text Example


Text Example

White with #4164EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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