Html Css Color HEX #529CE6 Cornflower Blue

📋 copy color: '#529CE6'

red 82 ◦ green 156 ◦ blue 230

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

Shades of Cornflower Blue #529CE6

Tints of Cornflower Blue #529CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.15%

R = 17.52%
G = 33.33%
B = 49.15%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#529CE6 (or 0x529CE6) is known color: Cornflower Blue. HEX triplet: 52, 9C and E6. RGB value is (82,156,230). Sum of RGB (Red+Green+Blue) = 82+156+230=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 230 (90.23% from 255 or 49.15% from 468); Max value from RGB is 230 - color contains mainly: blue. Hex color #529CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CE6 is #AD6319. Grayscale: #8D8D8D. Windows color (decimal): -11363098 or 15113298. OLE color: 15113298.

HSL color Cylindrical-coordinate representation of color #529CE6: hue angle of 210º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #529CE6 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 156 230 -
CMYK 0.64 0.32 0 0.10
HSL 210º 0.75% 0.61% -
HSV(B) 210º 0.64% 0.9% -
XYZ 29.65 31.28 79.34 -
YUV 142.31 177.48 84.98 -
System Red Green Blue C M Y K H S L
Decimal 82 156 230 0.64 0.32 0 0.10 210 0.75 0.61
Hex 52 9C E6 40 20 0 A D2 4B 3D
Octal 122 234 346 100 40 0 12 322 113 75
Binary 1010010 10011100 11100110 1000000 100000 0 1010 11010010 1001011 111101

Color Harmonies of #529CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529CE6

Black with #529CE6

Text Example


Text Example

White with #529CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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