#4153E8

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

Shades of Royal Blue #4153E8

Tints of Royal Blue #4153E8

Color information

#4153E8 (or 0x4153E8) is unknown color: approx Royal Blue. HEX triplet: 41, 53 and E8. RGB value is (65,83,232). Sum of RGB (Red+Green+Blue) = 65+83+232=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 232 (91.02% from 255 or 61.05% from 380); Max value from RGB is 232 - color contains mainly: blue. Hex color #4153E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4153E8 is #BEAC17. Grayscale: #5D5D5D. Windows color (decimal): -12495896 or 15225665. OLE color: 15225665.

HSL color Cylindrical-coordinate representation of color #4153E8: hue angle of 233.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4153E8 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6583232-
CMYK0.720.6400.09
HSL233.53º78.4%58.24%-
HSV(B)233.53º71.98%90.98%-
XYZ19.8413.1477.83-
YUV94.6205.54106.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.11%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 232 (91.02% from 255) = 61.05%
R=17.11%
G=21.84%
B=61.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal65832320.720.6400.09233.5378.458.24
Hex4153E8484009ea4e3a
Octal10112335011010001135211672
Binary10000011010011111010001001000100000001001111010101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4153E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4153E8; }

 p { color: rgb(65,83,232); }

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

<style>
 a { background-color: #4153E8; }

 a { background-color: rgb(65,83,232); }

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

<style>
 span { border-color: #4153E8; }

 span { border-color: rgb(65,83,232); }

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