#5275F3

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

Shades of Royal Blue #5275F3

Tints of Royal Blue #5275F3

Color information

#5275F3 (or 0x5275F3) is unknown color: approx Royal Blue. HEX triplet: 52, 75 and F3. RGB value is (82,117,243). Sum of RGB (Red+Green+Blue) = 82+117+243=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #5275F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5275F3 is #AD8A0C. Grayscale: #787878. Windows color (decimal): -11373069 or 15955282. OLE color: 15955282.

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

Color convert

RGB82117243-
CMYK0.660.5200.05
HSL226.96º87.03%63.73%-
HSV(B)226.96º66.26%95.29%-
XYZ26.0220.9987.47-
YUV120.9196.9100.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 243 (95.31% from 255) = 54.98%
R=18.55%
G=26.47%
B=54.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal821172430.660.5200.05226.9687.0363.73
Hex5275F3423405e35740
Octal1221653631026405343127100
Binary1010010111010111110011100001011010001011110001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5275F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5275F3; }

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

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

<style>
 a { background-color: #5275F3; }

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

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

<style>
 span { border-color: #5275F3; }

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

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