Html Css Color HEX #528CDF Cornflower Blue

📋 copy color: '#528CDF'

red 82 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #528CDF

Tints of Cornflower Blue #528CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

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

R = 18.43%
G = 31.46%
B = 50.11%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#528CDF (or 0x528CDF) is known color: Cornflower Blue. HEX triplet: 52, 8C and DF. RGB value is (82,140,223). Sum of RGB (Red+Green+Blue) = 82+140+223=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #528CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CDF is #AD7320. Grayscale: #838383. Windows color (decimal): -11367201 or 14650450. OLE color: 14650450.

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

Color convert

RGB 82 140 223 -
CMYK 0.63 0.37 0 0.13
HSL 215.32º 0.69% 0.6% -
HSV(B) 215.32º 0.63% 0.87% -
XYZ 26.18 25.88 73.43 -
YUV 132.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 82 140 223 0.63 0.37 0 0.13 215.32 0.69 0.6
Hex 52 8C DF 3F 25 0 D D7 45 3C
Octal 122 214 337 77 45 0 15 327 105 74
Binary 1010010 10001100 11011111 111111 100101 0 1101 11010111 1000101 111100

Color Harmonies of #528CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CDF

Black with #528CDF

Text Example


Text Example

White with #528CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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