#5275df

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

Shades of Royal Blue #5275DF

Tints of Royal Blue #5275DF

Color information

#5275DF (or 0x5275DF) is unknown color: approx Royal Blue. HEX triplet: 52, 75 and DF. RGB value is (82,117,223). Sum of RGB (Red+Green+Blue) = 82+117+223=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5275DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5275DF is #AD8A20. Grayscale: #767676. Windows color (decimal): -11373089 or 14644562. OLE color: 14644562.

HSL color Cylindrical-coordinate representation of color #5275DF: hue angle of 225.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5275DF is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82117223-
CMYK0.630.4800.13
HSL225.11º68.78%59.8%-
HSV(B)225.11º63.23%87.45%-
XYZ23.1619.8472.42-
YUV118.62186.9101.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.43%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=19.43%
G=27.73%
B=52.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821172230.630.4800.13225.1168.7859.8
Hex5275DF3F300De1453c
Octal122165337776001534110574
Binary101001011101011101111111111111000001101111000011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5275df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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