Html Css Color HEX #528EDC Cornflower Blue

📋 copy color: '#528EDC'

red 82 ◦ green 142 ◦ blue 220

#528EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #528EDC

Tints of Cornflower Blue #528EDC

RGB

 RED value IS 82 (32.42% from 255) = 18.47%

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 220 (86.33% from 255) = 49.55%

R = 18.47%
G = 31.98%
B = 49.55%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#528EDC (or 0x528EDC) is known color: Cornflower Blue. HEX triplet: 52, 8E and DC. RGB value is (82,142,220). Sum of RGB (Red+Green+Blue) = 82+142+220=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #528EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EDC is #AD7123. Grayscale: #848484. Windows color (decimal): -11366692 or 14454354. OLE color: 14454354.

HSL color Cylindrical-coordinate representation of color #528EDC: hue angle of 213.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528EDC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 142 220 -
CMYK 0.63 0.35 0 0.14
HSL 213.91º 0.66% 0.59% -
HSV(B) 213.91º 0.63% 0.86% -
XYZ 26.07 26.31 71.41 -
YUV 132.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 82 142 220 0.63 0.35 0 0.14 213.91 0.66 0.59
Hex 52 8E DC 3F 23 0 E D6 42 3B
Octal 122 216 334 77 43 0 16 326 102 73
Binary 1010010 10001110 11011100 111111 100011 0 1110 11010110 1000010 111011

Color Harmonies of #528EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EDC

Black with #528EDC

Text Example


Text Example

White with #528EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,220); }

 H1.HeaderClassName
 {
   color: #528EDC;
 }
 .AnyTagClassName
 {
   color: #528EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(82,142,220); }

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

border-color css

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

 span { border-color: rgb(82,142,220); }

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