#4155EC

Color #4155EC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4155EC

Tints of Royal Blue #4155EC

Color information

#4155EC (or 0x4155EC) is unknown color: approx Royal Blue. HEX triplet: 41, 55 and EC. RGB value is (65,85,236). Sum of RGB (Red+Green+Blue) = 65+85+236=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #4155EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4155EC is #BEAA13. Grayscale: #5F5F5F. Windows color (decimal): -12495380 or 15488321. OLE color: 15488321.

HSL color Cylindrical-coordinate representation of color #4155EC: hue angle of 232.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4155EC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6585236-
CMYK0.720.6400.07
HSL232.98º81.82%59.02%-
HSV(B)232.98º72.46%92.55%-
XYZ20.5713.6880.91-
YUV96.23206.87105.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.84%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 236 (92.58% from 255) = 61.14%
R=16.84%
G=22.02%
B=61.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal65852360.720.6400.07232.9881.8259.02
Hex4155EC484007e9523b
Octal1011253541101000735112273
Binary1000001101010111101100100100010000000111111010011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4155EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4155EC; }

 p { color: rgb(65,85,236); }

 H1.HeaderClassName
 {
   color: #4155EC;
 }
 .AnyTagClassName
 {
   color: #4155EC;
 }
</style>
background-color css

<style>
 a { background-color: #4155EC; }

 a { background-color: rgb(65,85,236); }

 div.DivClassName
 {
   background-color: #4155EC;
 }
 .BgClassName
 {
   background-color: #4155EC;
 }
</style>
border-color css

<style>
 span { border-color: #4155EC; }

 span { border-color: rgb(65,85,236); }

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