Html Css Color HEX #529FEB Cornflower Blue

📋 copy color: '#529FEB'

red 82 ◦ green 159 ◦ blue 235

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

Shades of Cornflower Blue #529FEB

Tints of Cornflower Blue #529FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 17.23%
G = 33.4%
B = 49.37%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#529FEB (or 0x529FEB) is known color: Cornflower Blue. HEX triplet: 52, 9F and EB. RGB value is (82,159,235). Sum of RGB (Red+Green+Blue) = 82+159+235=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #529FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FEB is #AD6014. Grayscale: #909090. Windows color (decimal): -11362325 or 15441746. OLE color: 15441746.

HSL color Cylindrical-coordinate representation of color #529FEB: hue angle of 209.8º degrees, saturation: 0.79, 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 #529FEB is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 159 235 -
CMYK 0.65 0.32 0 0.08
HSL 209.8º 0.79% 0.62% -
HSV(B) 209.8º 0.65% 0.92% -
XYZ 30.87 32.59 83.26 -
YUV 144.64 178.99 83.32 -
System Red Green Blue C M Y K H S L
Decimal 82 159 235 0.65 0.32 0 0.08 209.8 0.79 0.62
Hex 52 9F EB 41 20 0 8 D2 4F 3E
Octal 122 237 353 101 40 0 10 322 117 76
Binary 1010010 10011111 11101011 1000001 100000 0 1000 11010010 1001111 111110

Color Harmonies of #529FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FEB

Black with #529FEB

Text Example


Text Example

White with #529FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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