Html Css Color HEX #529AEF Cornflower Blue

📋 copy color: '#529AEF'

red 82 ◦ green 154 ◦ blue 239

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

Shades of Cornflower Blue #529AEF

Tints of Cornflower Blue #529AEF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.42%

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 17.26%
G = 32.42%
B = 50.32%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#529AEF (or 0x529AEF) is known color: Cornflower Blue. HEX triplet: 52, 9A and EF. RGB value is (82,154,239). Sum of RGB (Red+Green+Blue) = 82+154+239=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #529AEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529AEF is #AD6510. Grayscale: #8D8D8D. Windows color (decimal): -11363601 or 15702610. OLE color: 15702610.

HSL color Cylindrical-coordinate representation of color #529AEF: hue angle of 212.48º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #529AEF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 154 239 -
CMYK 0.66 0.36 0 0.06
HSL 212.48º 0.83% 0.63% -
HSV(B) 212.48º 0.66% 0.94% -
XYZ 30.62 31.14 86.06 -
YUV 142.16 182.65 85.09 -
System Red Green Blue C M Y K H S L
Decimal 82 154 239 0.66 0.36 0 0.06 212.48 0.83 0.63
Hex 52 9A EF 42 24 0 6 D4 53 3F
Octal 122 232 357 102 44 0 6 324 123 77
Binary 1010010 10011010 11101111 1000010 100100 0 110 11010100 1010011 111111

Color Harmonies of #529AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529AEF

Black with #529AEF

Text Example


Text Example

White with #529AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,154,239); }

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

background-color css

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

 a { background-color: rgb(82,154,239); }

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

border-color css

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

 span { border-color: rgb(82,154,239); }

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