Html Css Color HEX #529DEA Cornflower Blue

📋 copy color: '#529DEA'

red 82 ◦ green 157 ◦ blue 234

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

Shades of Cornflower Blue #529DEA

Tints of Cornflower Blue #529DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 17.34%
G = 33.19%
B = 49.47%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#529DEA (or 0x529DEA) is known color: Cornflower Blue. HEX triplet: 52, 9D and EA. RGB value is (82,157,234). Sum of RGB (Red+Green+Blue) = 82+157+234=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #529DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DEA is #AD6215. Grayscale: #8E8E8E. Windows color (decimal): -11362838 or 15375698. OLE color: 15375698.

HSL color Cylindrical-coordinate representation of color #529DEA: hue angle of 210.39º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529DEA is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 157 234 -
CMYK 0.65 0.33 0 0.08
HSL 210.39º 0.78% 0.62% -
HSV(B) 210.39º 0.65% 0.92% -
XYZ 30.39 31.85 82.39 -
YUV 143.35 179.15 84.24 -
System Red Green Blue C M Y K H S L
Decimal 82 157 234 0.65 0.33 0 0.08 210.39 0.78 0.62
Hex 52 9D EA 41 21 0 8 D2 4E 3E
Octal 122 235 352 101 41 0 10 322 116 76
Binary 1010010 10011101 11101010 1000001 100001 0 1000 11010010 1001110 111110

Color Harmonies of #529DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529DEA

Black with #529DEA

Text Example


Text Example

White with #529DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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