Html Css Color HEX #528ADD Cornflower Blue

📋 copy color: '#528ADD'

red 82 ◦ green 138 ◦ blue 221

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

Shades of Cornflower Blue #528ADD

Tints of Cornflower Blue #528ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 18.59%
G = 31.29%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#528ADD (or 0x528ADD) is known color: Cornflower Blue. HEX triplet: 52, 8A and DD. RGB value is (82,138,221). Sum of RGB (Red+Green+Blue) = 82+138+221=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #528ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ADD is #AD7522. Grayscale: #828282. Windows color (decimal): -11367715 or 14518866. OLE color: 14518866.

HSL color Cylindrical-coordinate representation of color #528ADD: hue angle of 215.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528ADD is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 138 221 -
CMYK 0.63 0.38 0 0.13
HSL 215.83º 0.67% 0.59% -
HSV(B) 215.83º 0.63% 0.87% -
XYZ 25.62 25.19 71.92 -
YUV 130.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 82 138 221 0.63 0.38 0 0.13 215.83 0.67 0.59
Hex 52 8A DD 3F 26 0 D D8 43 3B
Octal 122 212 335 77 46 0 15 330 103 73
Binary 1010010 10001010 11011101 111111 100110 0 1101 11011000 1000011 111011

Color Harmonies of #528ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ADD

Black with #528ADD

Text Example


Text Example

White with #528ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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