#528BFB

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

Shades of Cornflower Blue #528BFB

Tints of Cornflower Blue #528BFB

Color information

#528BFB (or 0x528BFB) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8B and FB. RGB value is (82,139,251). Sum of RGB (Red+Green+Blue) = 82+139+251=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #528BFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BFB is #AD7404. Grayscale: #868686. Windows color (decimal): -11367429 or 16485202. OLE color: 16485202.

HSL color Cylindrical-coordinate representation of color #528BFB: hue angle of 219.76º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #528BFB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82139251-
CMYK0.670.4500.02
HSL219.76º95.48%65.29%-
HSV(B)219.76º67.33%98.43%-
XYZ30.1227.2294.93-
YUV134.72193.6290.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.37%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 251 (98.44% from 255) = 53.18%
R=17.37%
G=29.45%
B=53.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal821392510.670.4500.02219.7695.4865.29
Hex528BFB432D02dc5f41
Octal1222133731035502334137101
Binary1010010100010111111101110000111011010101101110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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