#529CE9

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

Shades of Cornflower Blue #529CE9

Tints of Cornflower Blue #529CE9

Color information

#529CE9 (or 0x529CE9) is unknown color: approx Cornflower Blue. HEX triplet: 52, 9C and E9. RGB value is (82,156,233). Sum of RGB (Red+Green+Blue) = 82+156+233=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #529CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CE9 is #AD6316. Grayscale: #8E8E8E. Windows color (decimal): -11363095 or 15309906. OLE color: 15309906.

HSL color Cylindrical-coordinate representation of color #529CE9: hue angle of 210.6º 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 #529CE9 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB82156233-
CMYK0.650.3300.09
HSL210.6º77.44%61.76%-
HSV(B)210.6º64.81%91.37%-
XYZ30.0831.4581.58-
YUV142.65178.9884.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.41%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 233 (91.41% from 255) = 49.47%
R=17.41%
G=33.12%
B=49.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal821562330.650.3300.09210.677.4461.76
Hex529CE9412109d34d3e
Octal1222343511014101132311576
Binary10100101001110011101001100000110000101001110100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,156,233); }

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

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

 a { background-color: rgb(82,156,233); }

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

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

 span { border-color: rgb(82,156,233); }

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