Html Css Color HEX #528AED Cornflower Blue

📋 copy color: '#528AED'

red 82 ◦ green 138 ◦ blue 237

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

Shades of Cornflower Blue #528AED

Tints of Cornflower Blue #528AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 17.94%
G = 30.2%
B = 51.86%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#528AED (or 0x528AED) is known color: Cornflower Blue. HEX triplet: 52, 8A and ED. RGB value is (82,138,237). Sum of RGB (Red+Green+Blue) = 82+138+237=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #528AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528AED is #AD7512. Grayscale: #848484. Windows color (decimal): -11367699 or 15567442. OLE color: 15567442.

HSL color Cylindrical-coordinate representation of color #528AED: hue angle of 218.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #528AED is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 138 237 -
CMYK 0.65 0.42 0 0.07
HSL 218.32º 0.81% 0.63% -
HSV(B) 218.32º 0.65% 0.93% -
XYZ 27.85 26.09 83.69 -
YUV 132.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 82 138 237 0.65 0.42 0 0.07 218.32 0.81 0.63
Hex 52 8A ED 41 2A 0 7 DA 51 3F
Octal 122 212 355 101 52 0 7 332 121 77
Binary 1010010 10001010 11101101 1000001 101010 0 111 11011010 1010001 111111

Color Harmonies of #528AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AED

Black with #528AED

Text Example


Text Example

White with #528AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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