#528FE1

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

Shades of Cornflower Blue #528FE1

Tints of Cornflower Blue #528FE1

Color information

#528FE1 (or 0x528FE1) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8F and E1. RGB value is (82,143,225). Sum of RGB (Red+Green+Blue) = 82+143+225=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #528FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FE1 is #AD701E. Grayscale: #858585. Windows color (decimal): -11366431 or 14782290. OLE color: 14782290.

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

Color convert

RGB82143225-
CMYK0.640.3600.12
HSL214.41º70.44%60.2%-
HSV(B)214.41º63.56%88.24%-
XYZ26.8926.8875-
YUV134.11179.2990.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.22%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 225 (88.28% from 255) = 50%
R=18.22%
G=31.78%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal821432250.640.3600.12214.4170.4460.2
Hex528FE140240Cd6463c
Octal1222173411004401432610674
Binary10100101000111111100001100000010010001100110101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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