Html Css Color HEX #528CEC Cornflower Blue

📋 copy color: '#528CEC'

red 82 ◦ green 140 ◦ blue 236

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

Shades of Cornflower Blue #528CEC

Tints of Cornflower Blue #528CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.53%

R = 17.9%
G = 30.57%
B = 51.53%

CMYK

 C value IS 0.65

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#528CEC (or 0x528CEC) is known color: Cornflower Blue. HEX triplet: 52, 8C and EC. RGB value is (82,140,236). Sum of RGB (Red+Green+Blue) = 82+140+236=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #528CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CEC is #AD7313. Grayscale: #858585. Windows color (decimal): -11367188 or 15502418. OLE color: 15502418.

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

Color convert

RGB 82 140 236 -
CMYK 0.65 0.41 0 0.07
HSL 217.4º 0.8% 0.62% -
HSV(B) 217.4º 0.65% 0.93% -
XYZ 28 26.61 83.02 -
YUV 133.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 82 140 236 0.65 0.41 0 0.07 217.4 0.8 0.62
Hex 52 8C EC 41 29 0 7 D9 50 3E
Octal 122 214 354 101 51 0 7 331 120 76
Binary 1010010 10001100 11101100 1000001 101001 0 111 11011001 1010000 111110

Color Harmonies of #528CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CEC

Black with #528CEC

Text Example


Text Example

White with #528CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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