Html Css Color HEX #529FFF Cornflower Blue

📋 copy color: '#529FFF'

red 82 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #529FFF

Tints of Cornflower Blue #529FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 16.53%
G = 32.06%
B = 51.41%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#529FFF (or 0x529FFF) is known color: Cornflower Blue. HEX triplet: 52, 9F and FF. RGB value is (82,159,255). Sum of RGB (Red+Green+Blue) = 82+159+255=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #529FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FFF is #AD6000. Grayscale: #929292. Windows color (decimal): -11362305 or 16752466. OLE color: 16752466.

HSL color Cylindrical-coordinate representation of color #529FFF: hue angle of 213.29º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529FFF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 159 255 -
CMYK 0.68 0.38 0 0
HSL 213.29º 1% 0.66% -
HSV(B) 213.29º 0.68% 1% -
XYZ 33.93 33.81 99.35 -
YUV 146.92 188.99 81.69 -
System Red Green Blue C M Y K H S L
Decimal 82 159 255 0.68 0.38 0 0 213.29 1 0.66
Hex 52 9F FF 44 26 0 0 D5 64 42
Octal 122 237 377 104 46 0 0 325 144 102
Binary 1010010 10011111 11111111 1000100 100110 0 0 11010101 1100100 1000010

Color Harmonies of #529FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FFF

Black with #529FFF

Text Example


Text Example

White with #529FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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