Html Css Color HEX #529FF6 Cornflower Blue

📋 copy color: '#529FF6'

red 82 ◦ green 159 ◦ blue 246

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

Shades of Cornflower Blue #529FF6

Tints of Cornflower Blue #529FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 16.84%
G = 32.65%
B = 50.51%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#529FF6 (or 0x529FF6) is known color: Cornflower Blue. HEX triplet: 52, 9F and F6. RGB value is (82,159,246). Sum of RGB (Red+Green+Blue) = 82+159+246=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #529FF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FF6 is #AD6009. Grayscale: #919191. Windows color (decimal): -11362314 or 16162642. OLE color: 16162642.

HSL color Cylindrical-coordinate representation of color #529FF6: hue angle of 211.83º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529FF6 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 159 246 -
CMYK 0.67 0.35 0 0.04
HSL 211.83º 0.9% 0.64% -
HSV(B) 211.83º 0.67% 0.96% -
XYZ 32.51 33.24 91.89 -
YUV 145.9 184.49 82.43 -
System Red Green Blue C M Y K H S L
Decimal 82 159 246 0.67 0.35 0 0.04 211.83 0.9 0.64
Hex 52 9F F6 43 23 0 4 D4 5A 40
Octal 122 237 366 103 43 0 4 324 132 100
Binary 1010010 10011111 11110110 1000011 100011 0 100 11010100 1011010 1000000

Color Harmonies of #529FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FF6

Black with #529FF6

Text Example


Text Example

White with #529FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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