#5280E5

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

Shades of Cornflower Blue #5280E5

Tints of Cornflower Blue #5280E5

Color information

#5280E5 (or 0x5280E5) is unknown color: approx Cornflower Blue. HEX triplet: 52, 80 and E5. RGB value is (82,128,229). Sum of RGB (Red+Green+Blue) = 82+128+229=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #5280E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5280E5 is #AD7F1A. Grayscale: #7D7D7D. Windows color (decimal): -11370267 or 15040594. OLE color: 15040594.

HSL color Cylindrical-coordinate representation of color #5280E5: hue angle of 221.22º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5280E5 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB82128229-
CMYK0.640.4400.10
HSL221.22º73.87%60.98%-
HSV(B)221.22º64.19%89.8%-
XYZ25.3422.8977.21-
YUV125.76186.2696.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 229 (89.84% from 255) = 52.16%
R=18.68%
G=29.16%
B=52.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal821282290.640.4400.10221.2273.8760.98
Hex5280E5402C0Add4a3d
Octal1222003451005401233511275
Binary10100101000000011100101100000010110001010110111011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5280E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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