#528DEF

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

Shades of Cornflower Blue #528DEF

Tints of Cornflower Blue #528DEF

Color information

#528DEF (or 0x528DEF) is unknown color: approx Cornflower Blue. HEX triplet: 52, 8D and EF. RGB value is (82,141,239). Sum of RGB (Red+Green+Blue) = 82+141+239=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #528DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DEF is #AD7210. Grayscale: #868686. Windows color (decimal): -11366929 or 15699282. OLE color: 15699282.

HSL color Cylindrical-coordinate representation of color #528DEF: hue angle of 217.45º 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 #528DEF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82141239-
CMYK0.660.4100.06
HSL217.45º83.07%62.94%-
HSV(B)217.45º65.69%93.73%-
XYZ28.5827.0885.38-
YUV134.53186.9590.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.75%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 239 (93.75% from 255) = 51.73%
R=17.75%
G=30.52%
B=51.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal821412390.660.4100.06217.4583.0762.94
Hex528DEF422906d9533f
Octal122215357102510633112377
Binary1010010100011011110111110000101010010110110110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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