Html Css Color HEX #528EE0 Cornflower Blue

📋 copy color: '#528EE0'

red 82 ◦ green 142 ◦ blue 224

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

Shades of Cornflower Blue #528EE0

Tints of Cornflower Blue #528EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50%

R = 18.3%
G = 31.7%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#528EE0 (or 0x528EE0) is known color: Cornflower Blue. HEX triplet: 52, 8E and E0. RGB value is (82,142,224). Sum of RGB (Red+Green+Blue) = 82+142+224=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #528EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EE0 is #AD711F. Grayscale: #858585. Windows color (decimal): -11366688 or 14716498. OLE color: 14716498.

HSL color Cylindrical-coordinate representation of color #528EE0: hue angle of 214.65º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528EE0 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 142 224 -
CMYK 0.63 0.37 0 0.12
HSL 214.65º 0.7% 0.6% -
HSV(B) 214.65º 0.63% 0.88% -
XYZ 26.61 26.52 74.24 -
YUV 133.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 82 142 224 0.63 0.37 0 0.12 214.65 0.7 0.6
Hex 52 8E E0 3F 25 0 C D7 46 3C
Octal 122 216 340 77 45 0 14 327 106 74
Binary 1010010 10001110 11100000 111111 100101 0 1100 11010111 1000110 111100

Color Harmonies of #528EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528EE0

Black with #528EE0

Text Example


Text Example

White with #528EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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