#5272f3

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

Shades of Royal Blue #5272F3

Tints of Royal Blue #5272F3

Color information

#5272F3 (or 0x5272F3) is unknown color: approx Royal Blue. HEX triplet: 52, 72 and F3. RGB value is (82,114,243). Sum of RGB (Red+Green+Blue) = 82+114+243=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 243 (95.31% from 255 or 55.35% from 439); Max value from RGB is 243 - color contains mainly: blue. Hex color #5272F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5272F3 is #AD8D0C. Grayscale: #767676. Windows color (decimal): -11373837 or 15954514. OLE color: 15954514.

HSL color Cylindrical-coordinate representation of color #5272F3: hue angle of 228.07º degrees, saturation: 0.87, 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 #5272F3 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB82114243-
CMYK0.660.5300.05
HSL228.07º87.03%63.73%-
HSV(B)228.07º66.26%95.29%-
XYZ25.6720.387.36-
YUV119.14197.9101.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 243 (95.31% from 255) = 55.35%
R=18.68%
G=25.97%
B=55.35%

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
Decimal821142430.660.5300.05228.0787.0363.73
Hex5272F3423505e45740
Octal1221623631026505344127100
Binary1010010111001011110011100001011010101011110010010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5272f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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