#528BE1

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

Shades of Cornflower Blue #528BE1

Tints of Cornflower Blue #528BE1

Color information

#528BE1 (or 0x528BE1) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8B and E1. RGB value is (82,139,225). Sum of RGB (Red+Green+Blue) = 82+139+225=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #528BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BE1 is #AD741E. Grayscale: #838383. Windows color (decimal): -11367455 or 14781266. OLE color: 14781266.

HSL color Cylindrical-coordinate representation of color #528BE1: hue angle of 216.08º 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 #528BE1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82139225-
CMYK0.640.3800.12
HSL216.08º70.44%60.2%-
HSV(B)216.08º63.56%88.24%-
XYZ26.325.774.81-
YUV131.76180.6292.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.39%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 225 (88.28% from 255) = 50.45%
R=18.39%
G=31.17%
B=50.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821392250.640.3800.12216.0870.4460.2
Hex528BE140260Cd8463c
Octal1222133411004601433010674
Binary10100101000101111100001100000010011001100110110001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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