Html Css Color HEX #529EED Cornflower Blue

📋 copy color: '#529EED'

red 82 ◦ green 158 ◦ blue 237

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

Shades of Cornflower Blue #529EED

Tints of Cornflower Blue #529EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 17.19%
G = 33.12%
B = 49.69%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#529EED (or 0x529EED) is known color: Cornflower Blue. HEX triplet: 52, 9E and ED. RGB value is (82,158,237). Sum of RGB (Red+Green+Blue) = 82+158+237=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #529EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EED is #AD6112. Grayscale: #8F8F8F. Windows color (decimal): -11362579 or 15572562. OLE color: 15572562.

HSL color Cylindrical-coordinate representation of color #529EED: hue angle of 210.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529EED is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 158 237 -
CMYK 0.65 0.33 0 0.07
HSL 210.58º 0.81% 0.63% -
HSV(B) 210.58º 0.65% 0.93% -
XYZ 30.99 32.36 84.73 -
YUV 144.28 180.32 83.58 -
System Red Green Blue C M Y K H S L
Decimal 82 158 237 0.65 0.33 0 0.07 210.58 0.81 0.63
Hex 52 9E ED 41 21 0 7 D3 51 3F
Octal 122 236 355 101 41 0 7 323 121 77
Binary 1010010 10011110 11101101 1000001 100001 0 111 11010011 1010001 111111

Color Harmonies of #529EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529EED

Black with #529EED

Text Example


Text Example

White with #529EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529EED; }

 p { color: rgb(82,158,237); }

 H1.HeaderClassName
 {
   color: #529EED;
 }
 .AnyTagClassName
 {
   color: #529EED;
 }
</style>

background-color css

<style>
 a { background-color: #529EED; }

 a { background-color: rgb(82,158,237); }

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

border-color css

<style>
 span { border-color: #529EED; }

 span { border-color: rgb(82,158,237); }

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