#5272F2

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

Shades of Royal Blue #5272F2

Tints of Royal Blue #5272F2

Color information

#5272F2 (or 0x5272F2) is unknown color: approx Royal Blue. HEX triplet: 52, 72 and F2. RGB value is (82,114,242). Sum of RGB (Red+Green+Blue) = 82+114+242=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #5272F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5272F2 is #AD8D0D. Grayscale: #767676. Windows color (decimal): -11373838 or 15888978. OLE color: 15888978.

HSL color Cylindrical-coordinate representation of color #5272F2: hue angle of 228º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5272F2 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82114242-
CMYK0.660.5300.05
HSL228º86.02%63.53%-
HSV(B)228º66.12%94.9%-
XYZ25.5220.2486.57-
YUV119.02197.4101.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.72%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 242 (94.92% from 255) = 55.25%
R=18.72%
G=26.03%
B=55.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal821142420.660.5300.0522886.0263.53
Hex5272F2423505e45640
Octal1221623621026505344126100
Binary1010010111001011110010100001011010101011110010010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5272F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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