Html Css Color HEX #529DEC Cornflower Blue

📋 copy color: '#529DEC'

red 82 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #529DEC

Tints of Cornflower Blue #529DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.05%

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

R = 17.26%
G = 33.05%
B = 49.68%

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

#529DEC (or 0x529DEC) is known color: Cornflower Blue. HEX triplet: 52, 9D and EC. RGB value is (82,157,236). Sum of RGB (Red+Green+Blue) = 82+157+236=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #529DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DEC is #AD6213. Grayscale: #8F8F8F. Windows color (decimal): -11362836 or 15506770. OLE color: 15506770.

HSL color Cylindrical-coordinate representation of color #529DEC: hue angle of 210.78º 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 #529DEC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 157 236 -
CMYK 0.65 0.33 0 0.07
HSL 210.78º 0.8% 0.62% -
HSV(B) 210.78º 0.65% 0.93% -
XYZ 30.68 31.96 83.91 -
YUV 143.58 180.15 84.08 -
System Red Green Blue C M Y K H S L
Decimal 82 157 236 0.65 0.33 0 0.07 210.78 0.8 0.62
Hex 52 9D EC 41 21 0 7 D3 50 3E
Octal 122 235 354 101 41 0 7 323 120 76
Binary 1010010 10011101 11101100 1000001 100001 0 111 11010011 1010000 111110

Color Harmonies of #529DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DEC

Black with #529DEC

Text Example


Text Example

White with #529DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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