Html Css Color HEX #529CED Cornflower Blue

📋 copy color: '#529CED'

red 82 ◦ green 156 ◦ blue 237

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

Shades of Cornflower Blue #529CED

Tints of Cornflower Blue #529CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

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

R = 17.26%
G = 32.84%
B = 49.89%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#529CED (or 0x529CED) is known color: Cornflower Blue. HEX triplet: 52, 9C and ED. RGB value is (82,156,237). Sum of RGB (Red+Green+Blue) = 82+156+237=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #529CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CED is #AD6312. Grayscale: #8E8E8E. Windows color (decimal): -11363091 or 15572050. OLE color: 15572050.

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

Color convert

RGB 82 156 237 -
CMYK 0.65 0.34 0 0.07
HSL 211.35º 0.81% 0.63% -
HSV(B) 211.35º 0.65% 0.93% -
XYZ 30.65 31.69 84.62 -
YUV 143.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 82 156 237 0.65 0.34 0 0.07 211.35 0.81 0.63
Hex 52 9C ED 41 22 0 7 D3 51 3F
Octal 122 234 355 101 42 0 7 323 121 77
Binary 1010010 10011100 11101101 1000001 100010 0 111 11010011 1010001 111111

Color Harmonies of #529CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CED

Black with #529CED

Text Example


Text Example

White with #529CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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