Html Css Color HEX #529FED Cornflower Blue

📋 copy color: '#529FED'

red 82 ◦ green 159 ◦ blue 237

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

Shades of Cornflower Blue #529FED

Tints of Cornflower Blue #529FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

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

R = 17.15%
G = 33.26%
B = 49.58%

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

#529FED (or 0x529FED) is known color: Cornflower Blue. HEX triplet: 52, 9F and ED. RGB value is (82,159,237). Sum of RGB (Red+Green+Blue) = 82+159+237=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #529FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FED is #AD6012. Grayscale: #909090. Windows color (decimal): -11362323 or 15572818. OLE color: 15572818.

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

Color convert

RGB 82 159 237 -
CMYK 0.65 0.33 0 0.07
HSL 210.19º 0.81% 0.63% -
HSV(B) 210.19º 0.65% 0.93% -
XYZ 31.16 32.7 84.79 -
YUV 144.87 179.99 83.16 -
System Red Green Blue C M Y K H S L
Decimal 82 159 237 0.65 0.33 0 0.07 210.19 0.81 0.63
Hex 52 9F ED 41 21 0 7 D2 51 3F
Octal 122 237 355 101 41 0 7 322 121 77
Binary 1010010 10011111 11101101 1000001 100001 0 111 11010010 1010001 111111

Color Harmonies of #529FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FED

Black with #529FED

Text Example


Text Example

White with #529FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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