#528fdf

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

Shades of Cornflower Blue #528FDF

Tints of Cornflower Blue #528FDF

Color information

#528FDF (or 0x528FDF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8F and DF. RGB value is (82,143,223). Sum of RGB (Red+Green+Blue) = 82+143+223=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #528FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FDF is #AD7020. Grayscale: #858585. Windows color (decimal): -11366433 or 14651218. OLE color: 14651218.

HSL color Cylindrical-coordinate representation of color #528FDF: hue angle of 214.04º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528FDF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82143223-
CMYK0.630.3600.13
HSL214.04º68.78%59.8%-
HSV(B)214.04º63.23%87.45%-
XYZ26.6226.7773.58-
YUV133.88178.2991-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 223 (87.5% from 255) = 49.78%
R=18.30%
G=31.92%
B=49.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal821432230.630.3600.13214.0468.7859.8
Hex528FDF3F240Dd6453c
Octal122217337774401532610574
Binary1010010100011111101111111111110010001101110101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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