Html Css Color HEX #529BF5 Cornflower Blue

📋 copy color: '#529BF5'

red 82 ◦ green 155 ◦ blue 245

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

Shades of Cornflower Blue #529BF5

Tints of Cornflower Blue #529BF5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 245 (96.09% from 255) = 50.83%

R = 17.01%
G = 32.16%
B = 50.83%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#529BF5 (or 0x529BF5) is known color: Cornflower Blue. HEX triplet: 52, 9B and F5. RGB value is (82,155,245). Sum of RGB (Red+Green+Blue) = 82+155+245=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #529BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529BF5 is #AD640A. Grayscale: #8E8E8E. Windows color (decimal): -11363339 or 16096082. OLE color: 16096082.

HSL color Cylindrical-coordinate representation of color #529BF5: hue angle of 213.13º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529BF5 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 155 245 -
CMYK 0.67 0.37 0 0.04
HSL 213.13º 0.89% 0.64% -
HSV(B) 213.13º 0.67% 0.96% -
XYZ 31.68 31.83 90.86 -
YUV 143.43 185.32 84.18 -
System Red Green Blue C M Y K H S L
Decimal 82 155 245 0.67 0.37 0 0.04 213.13 0.89 0.64
Hex 52 9B F5 43 25 0 4 D5 59 40
Octal 122 233 365 103 45 0 4 325 131 100
Binary 1010010 10011011 11110101 1000011 100101 0 100 11010101 1011001 1000000

Color Harmonies of #529BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529BF5

Black with #529BF5

Text Example


Text Example

White with #529BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,155,245); }

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

background-color css

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

 a { background-color: rgb(82,155,245); }

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

border-color css

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

 span { border-color: rgb(82,155,245); }

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