#528EE1

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

Shades of Cornflower Blue #528EE1

Tints of Cornflower Blue #528EE1

Color information

#528EE1 (or 0x528EE1) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8E and E1. RGB value is (82,142,225). Sum of RGB (Red+Green+Blue) = 82+142+225=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #528EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EE1 is #AD711E. Grayscale: #858585. Windows color (decimal): -11366687 or 14782034. OLE color: 14782034.

HSL color Cylindrical-coordinate representation of color #528EE1: hue angle of 214.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528EE1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82142225-
CMYK0.640.3700.12
HSL214.83º70.44%60.2%-
HSV(B)214.83º63.56%88.24%-
XYZ26.7426.5874.95-
YUV133.52179.6291.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.26%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 225 (88.28% from 255) = 50.11%
R=18.26%
G=31.63%
B=50.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821422250.640.3700.12214.8370.4460.2
Hex528EE140250Cd7463c
Octal1222163411004501432710674
Binary10100101000111011100001100000010010101100110101111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528EE1; }

 p { color: rgb(82,142,225); }

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

<style>
 a { background-color: #528EE1; }

 a { background-color: rgb(82,142,225); }

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

<style>
 span { border-color: #528EE1; }

 span { border-color: rgb(82,142,225); }

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