Html Css Color HEX #528CDE Cornflower Blue

📋 copy color: '#528CDE'

red 82 ◦ green 140 ◦ blue 222

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

Shades of Cornflower Blue #528CDE

Tints of Cornflower Blue #528CDE

RGB

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

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

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

R = 18.47%
G = 31.53%
B = 50%

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

#528CDE (or 0x528CDE) is known color: Cornflower Blue. HEX triplet: 52, 8C and DE. RGB value is (82,140,222). Sum of RGB (Red+Green+Blue) = 82+140+222=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #528CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CDE is #AD7321. Grayscale: #838383. Windows color (decimal): -11367202 or 14584914. OLE color: 14584914.

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

Color convert

RGB 82 140 222 -
CMYK 0.63 0.37 0 0.13
HSL 215.14º 0.68% 0.6% -
HSV(B) 215.14º 0.63% 0.87% -
XYZ 26.04 25.82 72.72 -
YUV 132.01 178.78 92.33 -
System Red Green Blue C M Y K H S L
Decimal 82 140 222 0.63 0.37 0 0.13 215.14 0.68 0.6
Hex 52 8C DE 3F 25 0 D D7 44 3C
Octal 122 214 336 77 45 0 15 327 104 74
Binary 1010010 10001100 11011110 111111 100101 0 1101 11010111 1000100 111100

Color Harmonies of #528CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CDE

Black with #528CDE

Text Example


Text Example

White with #528CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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