#5284EA

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

Shades of Cornflower Blue #5284EA

Tints of Cornflower Blue #5284EA

Color information

#5284EA (or 0x5284EA) is unknown color: approx Cornflower Blue. HEX triplet: 52, 84 and EA. RGB value is (82,132,234). Sum of RGB (Red+Green+Blue) = 82+132+234=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #5284EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5284EA is #AD7B15. Grayscale: #808080. Windows color (decimal): -11369238 or 15369298. OLE color: 15369298.

HSL color Cylindrical-coordinate representation of color #5284EA: hue angle of 220.26º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5284EA is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82132234-
CMYK0.650.4400.08
HSL220.26º78.35%61.96%-
HSV(B)220.26º64.96%91.76%-
XYZ26.5824.2481.12-
YUV128.68187.4494.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 234 (91.80% from 255) = 52.23%
R=18.30%
G=29.46%
B=52.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal821322340.650.4400.08220.2678.3561.96
Hex5284EA412C08dc4e3e
Octal1222043521015401033411676
Binary10100101000010011101010100000110110001000110111001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5284EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5284EA; }

 p { color: rgb(82,132,234); }

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

<style>
 a { background-color: #5284EA; }

 a { background-color: rgb(82,132,234); }

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

<style>
 span { border-color: #5284EA; }

 span { border-color: rgb(82,132,234); }

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