#5280DD

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

Shades of Royal Blue #5280DD

Tints of Royal Blue #5280DD

Color information

#5280DD (or 0x5280DD) is unknown color: approx Royal Blue. HEX triplet: 52, 80 and DD. RGB value is (82,128,221). Sum of RGB (Red+Green+Blue) = 82+128+221=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #5280DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280DD is #AD7F22. Grayscale: #7C7C7C. Windows color (decimal): -11370275 or 14516306. OLE color: 14516306.

HSL color Cylindrical-coordinate representation of color #5280DD: hue angle of 220.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5280DD is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82128221-
CMYK0.630.4200.13
HSL220.14º67.15%59.41%-
HSV(B)220.14º62.9%86.67%-
XYZ24.2522.4571.46-
YUV124.85182.2697.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.03%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=19.03%
G=29.70%
B=51.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821282210.630.4200.13220.1467.1559.41
Hex5280DD3F2A0Ddc433b
Octal122200335775201533410373
Binary1010010100000001101110111111110101001101110111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5280DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5280DD; }

 p { color: rgb(82,128,221); }

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

<style>
 a { background-color: #5280DD; }

 a { background-color: rgb(82,128,221); }

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

<style>
 span { border-color: #5280DD; }

 span { border-color: rgb(82,128,221); }

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