Html Css Color HEX #529DEE Cornflower Blue

📋 copy color: '#529DEE'

red 82 ◦ green 157 ◦ blue 238

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

Shades of Cornflower Blue #529DEE

Tints of Cornflower Blue #529DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.9%

R = 17.19%
G = 32.91%
B = 49.9%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#529DEE (or 0x529DEE) is known color: Cornflower Blue. HEX triplet: 52, 9D and EE. RGB value is (82,157,238). Sum of RGB (Red+Green+Blue) = 82+157+238=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #529DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DEE is #AD6211. Grayscale: #8F8F8F. Windows color (decimal): -11362834 or 15637842. OLE color: 15637842.

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

Color convert

RGB 82 157 238 -
CMYK 0.66 0.34 0 0.07
HSL 211.15º 0.82% 0.63% -
HSV(B) 211.15º 0.66% 0.93% -
XYZ 30.97 32.08 85.45 -
YUV 143.81 181.15 83.91 -
System Red Green Blue C M Y K H S L
Decimal 82 157 238 0.66 0.34 0 0.07 211.15 0.82 0.63
Hex 52 9D EE 42 22 0 7 D3 52 3F
Octal 122 235 356 102 42 0 7 323 122 77
Binary 1010010 10011101 11101110 1000010 100010 0 111 11010011 1010010 111111

Color Harmonies of #529DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DEE

Black with #529DEE

Text Example


Text Example

White with #529DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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