Html Css Color HEX #528EDF Cornflower Blue

📋 copy color: '#528EDF'

red 82 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #528EDF

Tints of Cornflower Blue #528EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 18.34%
G = 31.77%
B = 49.89%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#528EDF (or 0x528EDF) is known color: Cornflower Blue. HEX triplet: 52, 8E and DF. RGB value is (82,142,223). Sum of RGB (Red+Green+Blue) = 82+142+223=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #528EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EDF is #AD7120. Grayscale: #848484. Windows color (decimal): -11366689 or 14650962. OLE color: 14650962.

HSL color Cylindrical-coordinate representation of color #528EDF: hue angle of 214.47º degrees, saturation: 0.69, 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 #528EDF is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 142 223 -
CMYK 0.63 0.36 0 0.13
HSL 214.47º 0.69% 0.6% -
HSV(B) 214.47º 0.63% 0.87% -
XYZ 26.47 26.47 73.53 -
YUV 133.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 82 142 223 0.63 0.36 0 0.13 214.47 0.69 0.6
Hex 52 8E DF 3F 24 0 D D6 45 3C
Octal 122 216 337 77 44 0 15 326 105 74
Binary 1010010 10001110 11011111 111111 100100 0 1101 11010110 1000101 111100

Color Harmonies of #528EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EDF

Black with #528EDF

Text Example


Text Example

White with #528EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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