Html Css Color HEX #529FEF Cornflower Blue

📋 copy color: '#529FEF'

red 82 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #529FEF

Tints of Cornflower Blue #529FEF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

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

R = 17.08%
G = 33.13%
B = 49.79%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#529FEF (or 0x529FEF) is known color: Cornflower Blue. HEX triplet: 52, 9F and EF. RGB value is (82,159,239). Sum of RGB (Red+Green+Blue) = 82+159+239=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #529FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FEF is #AD6010. Grayscale: #909090. Windows color (decimal): -11362321 or 15703890. OLE color: 15703890.

HSL color Cylindrical-coordinate representation of color #529FEF: hue angle of 210.57º 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 #529FEF is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 159 239 -
CMYK 0.66 0.33 0 0.06
HSL 210.57º 0.83% 0.63% -
HSV(B) 210.57º 0.66% 0.94% -
XYZ 31.46 32.82 86.34 -
YUV 145.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 82 159 239 0.66 0.33 0 0.06 210.57 0.83 0.63
Hex 52 9F EF 42 21 0 6 D3 53 3F
Octal 122 237 357 102 41 0 6 323 123 77
Binary 1010010 10011111 11101111 1000010 100001 0 110 11010011 1010011 111111

Color Harmonies of #529FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FEF

Black with #529FEF

Text Example


Text Example

White with #529FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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