#529BEF

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

Shades of Cornflower Blue #529BEF

Tints of Cornflower Blue #529BEF

Color information

#529BEF (or 0x529BEF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 9B and EF. RGB value is (82,155,239). Sum of RGB (Red+Green+Blue) = 82+155+239=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #529BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529BEF is #AD6410. Grayscale: #8E8E8E. Windows color (decimal): -11363345 or 15702866. OLE color: 15702866.

HSL color Cylindrical-coordinate representation of color #529BEF: hue angle of 212.1º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529BEF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82155239-
CMYK0.660.3500.06
HSL212.1º83.07%62.94%-
HSV(B)212.1º65.69%93.73%-
XYZ30.7831.4786.11-
YUV142.75182.3284.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.23%
GREEN value IS 155 (60.94% from 255) = 32.56%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=17.23%
G=32.56%
B=50.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821552390.660.3500.06212.183.0762.94
Hex529BEF422306d4533f
Octal122233357102430632412377
Binary1010010100110111110111110000101000110110110101001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,239); }

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

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

 a { background-color: rgb(82,155,239); }

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

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

 span { border-color: rgb(82,155,239); }

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