#5272d1

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

Shades of Royal Blue #5272D1

Tints of Royal Blue #5272D1

Color information

#5272D1 (or 0x5272D1) is unknown color: approx Royal Blue. HEX triplet: 52, 72 and D1. RGB value is (82,114,209). Sum of RGB (Red+Green+Blue) = 82+114+209=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #5272D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5272D1 is #AD8D2E. Grayscale: #727272. Windows color (decimal): -11373871 or 13726290. OLE color: 13726290.

HSL color Cylindrical-coordinate representation of color #5272D1: hue angle of 224.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5272D1 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82114209-
CMYK0.610.4500.18
HSL224.88º57.99%57.06%-
HSV(B)224.88º60.77%81.96%-
XYZ21.0118.4362.77-
YUV115.26180.9104.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 209 (82.03% from 255) = 51.60%
R=20.25%
G=28.15%
B=51.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821142090.610.4500.18224.8857.9957.06
Hex5272D13D2D012e13a39
Octal12216232175550223417271
Binary101001011100101101000111110110110101001011100001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5272d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5272d1; }

 p { color: rgb(82,114,209); }

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

<style>
 a { background-color: #5272d1; }

 a { background-color: rgb(82,114,209); }

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

<style>
 span { border-color: #5272d1; }

 span { border-color: rgb(82,114,209); }

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