Html Css Color HEX #529CFA Cornflower Blue

📋 copy color: '#529CFA'

red 82 ◦ green 156 ◦ blue 250

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

Shades of Cornflower Blue #529CFA

Tints of Cornflower Blue #529CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.23%

R = 16.8%
G = 31.97%
B = 51.23%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#529CFA (or 0x529CFA) is known color: Cornflower Blue. HEX triplet: 52, 9C and FA. RGB value is (82,156,250). Sum of RGB (Red+Green+Blue) = 82+156+250=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #529CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CFA is #AD6305. Grayscale: #909090. Windows color (decimal): -11363078 or 16424018. OLE color: 16424018.

HSL color Cylindrical-coordinate representation of color #529CFA: hue angle of 213.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529CFA is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 156 250 -
CMYK 0.67 0.38 0 0.02
HSL 213.57º 0.94% 0.65% -
HSV(B) 213.57º 0.67% 0.98% -
XYZ 32.62 32.47 94.99 -
YUV 144.59 187.48 83.36 -
System Red Green Blue C M Y K H S L
Decimal 82 156 250 0.67 0.38 0 0.02 213.57 0.94 0.65
Hex 52 9C FA 43 26 0 2 D6 5E 41
Octal 122 234 372 103 46 0 2 326 136 101
Binary 1010010 10011100 11111010 1000011 100110 0 10 11010110 1011110 1000001

Color Harmonies of #529CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CFA

Black with #529CFA

Text Example


Text Example

White with #529CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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