#5265e1

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

Shades of Royal Blue #5265E1

Tints of Royal Blue #5265E1

Color information

#5265E1 (or 0x5265E1) is unknown color: approx Royal Blue. HEX triplet: 52, 65 and E1. RGB value is (82,101,225). Sum of RGB (Red+Green+Blue) = 82+101+225=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 225 (88.28% from 255 or 55.15% from 408); Max value from RGB is 225 - color contains mainly: blue. Hex color #5265E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265E1 is #AD9A1E. Grayscale: #6C6C6C. Windows color (decimal): -11377183 or 14771538. OLE color: 14771538.

HSL color Cylindrical-coordinate representation of color #5265E1: hue angle of 232.03º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5265E1 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82101225-
CMYK0.640.5500.12
HSL232.03º70.44%60.2%-
HSV(B)232.03º63.56%88.24%-
XYZ21.7216.5473.28-
YUV109.46193.21108.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.10%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 225 (88.28% from 255) = 55.15%
R=20.10%
G=24.75%
B=55.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821012250.640.5500.12232.0370.4460.2
Hex5265E140370Ce8463c
Octal1221453411006701435010674
Binary1010010110010111100001100000011011101100111010001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5265e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5265e1; }

 p { color: rgb(82,101,225); }

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

<style>
 a { background-color: #5265e1; }

 a { background-color: rgb(82,101,225); }

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

<style>
 span { border-color: #5265e1; }

 span { border-color: rgb(82,101,225); }

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