Html Css Color HEX #529DFF Cornflower Blue

📋 copy color: '#529DFF'

red 82 ◦ green 157 ◦ blue 255

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

Shades of Cornflower Blue #529DFF

Tints of Cornflower Blue #529DFF

RGB

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

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

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

R = 16.6%
G = 31.78%
B = 51.62%

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

#529DFF (or 0x529DFF) is known color: Cornflower Blue. HEX triplet: 52, 9D and FF. RGB value is (82,157,255). Sum of RGB (Red+Green+Blue) = 82+157+255=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #529DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DFF is #AD6200. Grayscale: #919191. Windows color (decimal): -11362817 or 16751954. OLE color: 16751954.

HSL color Cylindrical-coordinate representation of color #529DFF: hue angle of 213.99º 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 #529DFF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 157 255 -
CMYK 0.68 0.38 0 0
HSL 213.99º 1% 0.66% -
HSV(B) 213.99º 0.68% 1% -
XYZ 33.59 33.13 99.23 -
YUV 145.75 189.65 82.53 -
System Red Green Blue C M Y K H S L
Decimal 82 157 255 0.68 0.38 0 0 213.99 1 0.66
Hex 52 9D FF 44 26 0 0 D6 64 42
Octal 122 235 377 104 46 0 0 326 144 102
Binary 1010010 10011101 11111111 1000100 100110 0 0 11010110 1100100 1000010

Color Harmonies of #529DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DFF

Black with #529DFF

Text Example


Text Example

White with #529DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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