Html Css Color HEX #529FFD Cornflower Blue

📋 copy color: '#529FFD'

red 82 ◦ green 159 ◦ blue 253

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

Shades of Cornflower Blue #529FFD

Tints of Cornflower Blue #529FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 16.6%
G = 32.19%
B = 51.21%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#529FFD (or 0x529FFD) is known color: Cornflower Blue. HEX triplet: 52, 9F and FD. RGB value is (82,159,253). Sum of RGB (Red+Green+Blue) = 82+159+253=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #529FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FFD is #AD6002. Grayscale: #929292. Windows color (decimal): -11362307 or 16621394. OLE color: 16621394.

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

Color convert

RGB 82 159 253 -
CMYK 0.68 0.37 0 0.01
HSL 212.98º 0.98% 0.66% -
HSV(B) 212.98º 0.68% 0.99% -
XYZ 33.61 33.68 97.66 -
YUV 146.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 82 159 253 0.68 0.37 0 0.01 212.98 0.98 0.66
Hex 52 9F FD 44 25 0 1 D5 62 42
Octal 122 237 375 104 45 0 1 325 142 102
Binary 1010010 10011111 11111101 1000100 100101 0 1 11010101 1100010 1000010

Color Harmonies of #529FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FFD

Black with #529FFD

Text Example


Text Example

White with #529FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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