#529AE8

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

Shades of Cornflower Blue #529AE8

Tints of Cornflower Blue #529AE8

Color information

#529AE8 (or 0x529AE8) is unknown color: approx Cornflower Blue. HEX triplet: 52, 9A and E8. RGB value is (82,154,232). Sum of RGB (Red+Green+Blue) = 82+154+232=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #529AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529AE8 is #AD6517. Grayscale: #8C8C8C. Windows color (decimal): -11363608 or 15243858. OLE color: 15243858.

HSL color Cylindrical-coordinate representation of color #529AE8: hue angle of 211.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529AE8 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB82154232-
CMYK0.650.3400.09
HSL211.2º76.53%61.57%-
HSV(B)211.2º64.66%90.98%-
XYZ29.630.7380.72-
YUV141.36179.1585.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.52%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 232 (91.02% from 255) = 49.57%
R=17.52%
G=32.91%
B=49.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal821542320.650.3400.09211.276.5361.57
Hex529AE8412209d34d3e
Octal1222323501014201132311576
Binary10100101001101011101000100000110001001001110100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529AE8; }

 p { color: rgb(82,154,232); }

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

<style>
 a { background-color: #529AE8; }

 a { background-color: rgb(82,154,232); }

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

<style>
 span { border-color: #529AE8; }

 span { border-color: rgb(82,154,232); }

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