Html Css Color HEX #528ADE Cornflower Blue

📋 copy color: '#528ADE'

red 82 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #528ADE

Tints of Cornflower Blue #528ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.23%

R = 18.55%
G = 31.22%
B = 50.23%

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

#528ADE (or 0x528ADE) is known color: Cornflower Blue. HEX triplet: 52, 8A and DE. RGB value is (82,138,222). Sum of RGB (Red+Green+Blue) = 82+138+222=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #528ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ADE is #AD7521. Grayscale: #828282. Windows color (decimal): -11367714 or 14584402. OLE color: 14584402.

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

Color convert

RGB 82 138 222 -
CMYK 0.63 0.38 0 0.13
HSL 216º 0.68% 0.6% -
HSV(B) 216º 0.63% 0.87% -
XYZ 25.75 25.24 72.62 -
YUV 130.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 82 138 222 0.63 0.38 0 0.13 216 0.68 0.6
Hex 52 8A DE 3F 26 0 D D8 44 3C
Octal 122 212 336 77 46 0 15 330 104 74
Binary 1010010 10001010 11011110 111111 100110 0 1101 11011000 1000100 111100

Color Harmonies of #528ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ADE

Black with #528ADE

Text Example


Text Example

White with #528ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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