Html Css Color HEX #529EFF Cornflower Blue

📋 copy color: '#529EFF'

red 82 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #529EFF

Tints of Cornflower Blue #529EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 16.57%
G = 31.92%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#529EFF (or 0x529EFF) is known color: Cornflower Blue. HEX triplet: 52, 9E and FF. RGB value is (82,158,255). Sum of RGB (Red+Green+Blue) = 82+158+255=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #529EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529EFF is #AD6100. Grayscale: #919191. Windows color (decimal): -11362561 or 16752210. OLE color: 16752210.

HSL color Cylindrical-coordinate representation of color #529EFF: hue angle of 213.64º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529EFF is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 158 255 -
CMYK 0.68 0.38 0 0
HSL 213.64º 1% 0.66% -
HSV(B) 213.64º 0.68% 1% -
XYZ 33.76 33.47 99.29 -
YUV 146.33 189.32 82.11 -
System Red Green Blue C M Y K H S L
Decimal 82 158 255 0.68 0.38 0 0 213.64 1 0.66
Hex 52 9E FF 44 26 0 0 D6 64 42
Octal 122 236 377 104 46 0 0 326 144 102
Binary 1010010 10011110 11111111 1000100 100110 0 0 11010110 1100100 1000010

Color Harmonies of #529EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529EFF

Black with #529EFF

Text Example


Text Example

White with #529EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,158,255); }

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

background-color css

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

 a { background-color: rgb(82,158,255); }

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

border-color css

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

 span { border-color: rgb(82,158,255); }

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