Html Css Color HEX #529CFD Cornflower Blue

📋 copy color: '#529CFD'

red 82 ◦ green 156 ◦ blue 253

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

Shades of Cornflower Blue #529CFD

Tints of Cornflower Blue #529CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

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

R = 16.7%
G = 31.77%
B = 51.53%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#529CFD (or 0x529CFD) is known color: Cornflower Blue. HEX triplet: 52, 9C and FD. RGB value is (82,156,253). Sum of RGB (Red+Green+Blue) = 82+156+253=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #529CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CFD is #AD6302. Grayscale: #909090. Windows color (decimal): -11363075 or 16620626. OLE color: 16620626.

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

Color convert

RGB 82 156 253 -
CMYK 0.68 0.38 0 0.01
HSL 214.04º 0.98% 0.66% -
HSV(B) 214.04º 0.68% 0.99% -
XYZ 33.1 32.66 97.49 -
YUV 144.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 82 156 253 0.68 0.38 0 0.01 214.04 0.98 0.66
Hex 52 9C FD 44 26 0 1 D6 62 42
Octal 122 234 375 104 46 0 1 326 142 102
Binary 1010010 10011100 11111101 1000100 100110 0 1 11010110 1100010 1000010

Color Harmonies of #529CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CFD

Black with #529CFD

Text Example


Text Example

White with #529CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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