Html Css Color HEX #528ADC Cornflower Blue

📋 copy color: '#528ADC'

red 82 ◦ green 138 ◦ blue 220

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

Shades of Cornflower Blue #528ADC

Tints of Cornflower Blue #528ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

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

R = 18.64%
G = 31.36%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#528ADC (or 0x528ADC) is known color: Cornflower Blue. HEX triplet: 52, 8A and DC. RGB value is (82,138,220). Sum of RGB (Red+Green+Blue) = 82+138+220=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #528ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ADC is #AD7523. Grayscale: #828282. Windows color (decimal): -11367716 or 14453330. OLE color: 14453330.

HSL color Cylindrical-coordinate representation of color #528ADC: hue angle of 215.65º 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 #528ADC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 138 220 -
CMYK 0.63 0.37 0 0.14
HSL 215.65º 0.66% 0.59% -
HSV(B) 215.65º 0.63% 0.86% -
XYZ 25.49 25.14 71.22 -
YUV 130.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 82 138 220 0.63 0.37 0 0.14 215.65 0.66 0.59
Hex 52 8A DC 3F 25 0 E D8 42 3B
Octal 122 212 334 77 45 0 16 330 102 73
Binary 1010010 10001010 11011100 111111 100101 0 1110 11011000 1000010 111011

Color Harmonies of #528ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ADC

Black with #528ADC

Text Example


Text Example

White with #528ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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