#528AFB

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

Shades of Cornflower Blue #528AFB

Tints of Cornflower Blue #528AFB

Color information

#528AFB (or 0x528AFB) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8A and FB. RGB value is (82,138,251). Sum of RGB (Red+Green+Blue) = 82+138+251=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #528AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AFB is #AD7504. Grayscale: #858585. Windows color (decimal): -11367685 or 16484946. OLE color: 16484946.

HSL color Cylindrical-coordinate representation of color #528AFB: hue angle of 220.12º 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 #528AFB is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82138251-
CMYK0.670.4500.02
HSL220.12º95.48%65.29%-
HSV(B)220.12º67.33%98.43%-
XYZ29.9826.9494.89-
YUV134.14193.9590.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.41%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 251 (98.44% from 255) = 53.29%
R=17.41%
G=29.30%
B=53.29%

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
Decimal821382510.670.4500.02220.1295.4865.29
Hex528AFB432D02dc5f41
Octal1222123731035502334137101
Binary1010010100010101111101110000111011010101101110010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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