Html Css Color HEX #529FE8 Cornflower Blue

📋 copy color: '#529FE8'

red 82 ◦ green 159 ◦ blue 232

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

Shades of Cornflower Blue #529FE8

Tints of Cornflower Blue #529FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 17.34%
G = 33.62%
B = 49.05%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#529FE8 (or 0x529FE8) is known color: Cornflower Blue. HEX triplet: 52, 9F and E8. RGB value is (82,159,232). Sum of RGB (Red+Green+Blue) = 82+159+232=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #529FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FE8 is #AD6017. Grayscale: #8F8F8F. Windows color (decimal): -11362328 or 15245138. OLE color: 15245138.

HSL color Cylindrical-coordinate representation of color #529FE8: hue angle of 209.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529FE8 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 159 232 -
CMYK 0.65 0.31 0 0.09
HSL 209.2º 0.77% 0.62% -
HSV(B) 209.2º 0.65% 0.91% -
XYZ 30.44 32.42 81 -
YUV 144.3 177.49 83.56 -
System Red Green Blue C M Y K H S L
Decimal 82 159 232 0.65 0.31 0 0.09 209.2 0.77 0.62
Hex 52 9F E8 41 1F 0 9 D1 4D 3E
Octal 122 237 350 101 37 0 11 321 115 76
Binary 1010010 10011111 11101000 1000001 11111 0 1001 11010001 1001101 111110

Color Harmonies of #529FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529FE8

Black with #529FE8

Text Example


Text Example

White with #529FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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