#528AFF

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

Shades of Cornflower Blue #528AFF

Tints of Cornflower Blue #528AFF

Color information

#528AFF (or 0x528AFF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8A and FF. RGB value is (82,138,255). Sum of RGB (Red+Green+Blue) = 82+138+255=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #528AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AFF is #AD7500. Grayscale: #868686. Windows color (decimal): -11367681 or 16747090. OLE color: 16747090.

HSL color Cylindrical-coordinate representation of color #528AFF: hue angle of 220.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528AFF is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB82138255-
CMYK0.680.4600
HSL220.58º100%66.08%-
HSV(B)220.58º67.84%100%-
XYZ30.6227.1998.24-
YUV134.59195.9590.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 255 (100% from 255) = 53.68%
R=17.26%
G=29.05%
B=53.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal821382550.680.4600220.5810066.08
Hex528AFF442E00dd6442
Octal1222123771045600335144102
Binary101001010001010111111111000100101110001101110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,255); }

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

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

 a { background-color: rgb(82,138,255); }

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

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

 span { border-color: rgb(82,138,255); }

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