#5482DE

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

Shades of Cornflower Blue #5482DE

Tints of Cornflower Blue #5482DE

Color information

#5482DE (or 0x5482DE) is unknown color: approx Cornflower Blue. HEX triplet: 54, 82 and DE. RGB value is (84,130,222). Sum of RGB (Red+Green+Blue) = 84+130+222=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #5482DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482DE is #AB7D21. Grayscale: #7E7E7E. Windows color (decimal): -11238690 or 14582356. OLE color: 14582356.

HSL color Cylindrical-coordinate representation of color #5482DE: hue angle of 220º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5482DE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84130222-
CMYK0.620.4100.13
HSL220º67.65%60%-
HSV(B)220º62.16%87.06%-
XYZ24.8223.1272.26-
YUV126.73181.7697.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=19.27%
G=29.82%
B=50.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841302220.620.4100.1322067.6560
Hex5482DE3E290Ddc443c
Octal124202336765101533410474
Binary1010100100000101101111011111010100101101110111001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5482DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5482DE; }

 p { color: rgb(84,130,222); }

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

<style>
 a { background-color: #5482DE; }

 a { background-color: rgb(84,130,222); }

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

<style>
 span { border-color: #5482DE; }

 span { border-color: rgb(84,130,222); }

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