#5265DC

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

Shades of Royal Blue #5265DC

Tints of Royal Blue #5265DC

Color information

#5265DC (or 0x5265DC) is unknown color: approx Royal Blue. HEX triplet: 52, 65 and DC. RGB value is (82,101,220). Sum of RGB (Red+Green+Blue) = 82+101+220=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #5265DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5265DC is #AD9A23. Grayscale: #6C6C6C. Windows color (decimal): -11377188 or 14443858. OLE color: 14443858.

HSL color Cylindrical-coordinate representation of color #5265DC: hue angle of 231.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5265DC is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB82101220-
CMYK0.630.5400.14
HSL231.74º66.35%59.22%-
HSV(B)231.74º62.73%86.27%-
XYZ21.0516.2769.74-
YUV108.88190.71108.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 101 (39.84% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=20.35%
G=25.06%
B=54.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal821012200.630.5400.14231.7466.3559.22
Hex5265DC3F360Ee8423b
Octal122145334776601635010273
Binary101001011001011101110011111111011001110111010001000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5265DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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