#528FE2

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

Shades of Cornflower Blue #528FE2

Tints of Cornflower Blue #528FE2

Color information

#528FE2 (or 0x528FE2) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8F and E2. RGB value is (82,143,226). Sum of RGB (Red+Green+Blue) = 82+143+226=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #528FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FE2 is #AD701D. Grayscale: #858585. Windows color (decimal): -11366430 or 14847826. OLE color: 14847826.

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

Color convert

RGB82143226-
CMYK0.640.3700.11
HSL214.58º71.29%60.39%-
HSV(B)214.58º63.72%88.63%-
XYZ27.0326.9375.72-
YUV134.22179.7990.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.18%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 226 (88.67% from 255) = 50.11%
R=18.18%
G=31.71%
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.11
SystemRedGreenBlueCMYKHSL
Decimal821432260.640.3700.11214.5871.2960.39
Hex528FE240250Bd7473c
Octal1222173421004501332710774
Binary10100101000111111100010100000010010101011110101111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,143,226); }

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

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

 a { background-color: rgb(82,143,226); }

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

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

 span { border-color: rgb(82,143,226); }

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